Clint.py errors list

src/nvim/api/buffer.c:125:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:190:  Should leave no spaces after a cast: u'(char *) ml_get_buf'  [whitespace/cast] [2]
src/nvim/api/buffer.c:229:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:231:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:232:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:233:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:233:  Should leave no spaces after a cast: u'(String) replacement'  [whitespace/cast] [2]
src/nvim/api/buffer.c:264:  Should leave no spaces after a cast: u'(String) replacement'  [whitespace/cast] [2]
src/nvim/api/buffer.c:317:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/api/buffer.c:420:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/buffer.c:441:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/buffer.c:461:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/buffer.c:478:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/buffer.c:554:  Should leave no spaces after a cast: u'(char_u *) name'  [whitespace/cast] [2]
src/nvim/api/buffer.c:587:  Should leave no spaces after a cast: u'(String) lines'  [whitespace/cast] [2]
src/nvim/api/buffer.c:694:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/api/private/handle.c:11:  Should leave no spaces after a cast: u'(uint64_t) *name'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:28:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/api/private/helpers.c:38:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/api/private/helpers.c:81:  Should leave no spaces after a cast: u'(uint8_t *) key'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:85:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:148:  Should leave no spaces after a cast: u'(uint8_t *) key'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:297:  Should leave no spaces after a cast: u'(int) value'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:322:  Should leave no spaces after a cast: u'(ptr_t) *lookup'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:372:  Should leave no spaces after a cast: u'(String) STRING_INIT'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:391:  Should leave no spaces after a cast: u'(String) STRING_INIT'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:393:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.c:393:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.c:477:  Should leave no spaces after a cast: u'(uint8_t *) key'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:674:  Should leave no spaces after a cast: u'(char *) obj'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:722:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/api/private/helpers.c:735:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/api/private/helpers.c:740:  Should leave no spaces after a cast: u'(char *) hi'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:777:  if should always use braces  [readability/braces] [5]
src/nvim/api/private/helpers.c:778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:817:  if should always use braces  [readability/braces] [5]
src/nvim/api/tabpage.c:51:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/tabpage.c:72:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/tabpage.c:92:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/vim.c:66:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/api/vim.c:85:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:143:  Should leave no spaces after a cast: u'(String) STRING_INIT'  [whitespace/cast] [2]
src/nvim/api/vim.c:161:  Should leave no spaces after a cast: u'(char_u *) str'  [whitespace/cast] [2]
src/nvim/api/vim.c:188:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:205:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/api/vim.c:206:  Should leave no spaces after a cast: u'(int) args'  [whitespace/cast] [2]
src/nvim/api/vim.c:239:  Should leave no spaces after a cast: u'(Integer) mb_string2cells'  [whitespace/cast] [2]
src/nvim/api/vim.c:426:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/vim.c:426:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/vim.c:660:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/api/vim.c:668:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/api/window.c:194:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/window.c:215:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/window.c:235:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/window.c:252:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/buffer.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:86:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:87:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:102:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:131:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:169:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:171:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:177:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:181:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:185:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:186:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:194:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:199:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:217:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:222:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:223:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:227:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:257:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:296:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:297:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:320:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:336:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:340:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:365:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:384:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:385:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:389:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:394:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:397:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:398:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:415:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:417:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:422:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:423:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:432:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:444:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:446:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:448:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:457:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:466:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:467:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:477:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:499:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:503:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:508:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:513:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:522:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:526:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:536:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:553:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:581:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:582:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:639:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:641:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:671:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:675:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:689:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:716:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:748:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:752:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:758:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:762:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:767:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:771:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:776:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:777:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:780:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:784:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:789:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:799:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:843:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:863:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:864:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:886:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:895:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:902:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:906:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:910:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:915:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:949:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:954:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:955:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:966:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:988:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:998:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:998:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1006:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1007:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1008:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1030:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1037:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1039:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1041:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1049:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1051:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1053:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1063:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1066:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1071:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1073:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1076:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1078:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1093:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1103:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1112:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1116:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1131:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1149:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1173:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1178:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1185:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1187:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1188:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1191:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1192:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1208:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:1211:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1225:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1227:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1235:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1246:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1262:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1264:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1267:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1273:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1286:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1290:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1325:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1348:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1349:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1382:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1383:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1384:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1385:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1415:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1425:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1427:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1480:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1485:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1495:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1500:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1586:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1601:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1609:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1639:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1641:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1642:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1649:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1653:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1669:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1671:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1671:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1691:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1693:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1691:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1695:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1772:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:1772:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1774:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1781:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1783:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1785:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1788:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1789:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1825:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1831:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1839:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1868:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1875:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1891:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1894:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1898:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1899:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1900:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1900:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1901:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1903:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1909:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1916:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1920:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1953:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1955:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1955:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1958:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1991:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2000:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2003:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2021:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2022:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2028:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2032:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2036:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2059:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2095:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2096:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2105:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2106:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2108:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2127:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2133:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2137:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2191:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2197:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2198:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2199:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2200:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2201:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2202:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2203:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2217:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2235:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2250:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:2251:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2270:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2284:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2290:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2343:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2346:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2366:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2376:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2384:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2402:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2414:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2416:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2517:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:2518:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2535:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2539:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2541:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2542:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2544:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2554:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2556:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2559:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2560:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2562:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2564:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2567:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2577:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2579:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2581:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2585:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2587:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2591:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2601:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2605:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2606:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2620:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2622:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2647:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2671:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2672:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2673:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2675:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2677:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2685:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2687:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2687:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2714:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2719:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2722:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2738:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2744:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2755:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2761:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2762:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2763:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2767:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2770:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2779:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2911:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2918:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2928:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2968:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2973:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2990:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3079:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3100:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3147:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3190:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3190:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:3195:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:3196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3209:  Should leave no spaces after a cast: u'(char *) fmt_p'  [whitespace/cast] [2]
src/nvim/buffer.c:3218:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/buffer.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3231:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3284:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3297:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3299:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3363:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:3365:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:3367:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:3369:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3408:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3433:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3442:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3449:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3461:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3487:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3493:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3519:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:3547:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3565:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3574:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3586:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3603:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3616:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3635:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3636:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3634:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/buffer.c:3636:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3644:  Should leave no spaces after a cast: u'(int) base'  [whitespace/cast] [2]
src/nvim/buffer.c:3683:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3704:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3739:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3758:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3846:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3854:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3858:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3886:  Should leave no spaces after a cast: u'(char *) item'  [whitespace/cast] [2]
src/nvim/buffer.c:3903:  Should leave no spaces after a cast: u'(char *) item'  [whitespace/cast] [2]
src/nvim/buffer.c:3917:  Small and focused functions are preferred: build_stl_str_hl() has 687 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/buffer.c:3919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3941:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3948:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3993:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3995:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3997:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/buffer.c:4003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4023:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4031:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:4032:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:4034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4039:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer.c:4039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4040:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/buffer.c:4043:  Use operator && instead of and  [readability/alt_tokens] [2]
src/nvim/buffer.c:4045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4072:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4085:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4086:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4093:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4098:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4098:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4100:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4108:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4109:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4110:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4116:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4121:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4129:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4144:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4152:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4154:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4155:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4155:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4158:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4166:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4170:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4172:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4179:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4183:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4184:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4190:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4192:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4194:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4195:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4196:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4218:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4220:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4221:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4232:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4233:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4235:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4236:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4237:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4238:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4243:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4253:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4254:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4255:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4259:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4260:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4261:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4264:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4284:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4288:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4289:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4300:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4301:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4312:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:4315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4316:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer.c:4316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4320:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4321:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4325:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4327:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4336:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4338:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4341:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4346:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4348:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4352:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4353:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4356:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4365:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4367:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4386:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4388:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4394:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4404:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4407:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4410:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4412:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4419:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4425:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4429:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4452:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4457:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4461:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4462:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4463:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4466:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4467:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4468:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4470:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4477:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:4478:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:4480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4495:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4497:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4502:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4504:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4507:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4526:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4527:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4527:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/buffer.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4539:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4546:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4546:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4547:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4549:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4561:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4563:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4573:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4601:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4609:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4613:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4652:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4671:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:4671:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4684:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4695:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4712:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4727:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4728:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4729:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4730:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4732:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer.c:4732:  Missing space before asterisk in signlist_T	*  [whitespace/operators] [2]
src/nvim/buffer.c:4736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4740:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4750:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4751:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4791:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4807:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4830:  Missing space before {  [whitespace/braces] [5]
src/nvim/buffer.c:4842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4877:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4892:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4904:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:4951:  Missing space before asterisk in bufhl_vec_T*  [whitespace/operators] [2]
src/nvim/buffer.c:5012:  Missing space before asterisk in bufhl_vec_T*  [whitespace/operators] [2]
src/nvim/buffer.c:5038:  Missing space before asterisk in buf_T*  [whitespace/operators] [2]
src/nvim/buffer.c:5048:  Missing space before asterisk in buf_T*  [whitespace/operators] [2]
src/nvim/buffer.c:5127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5134:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:5135:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:5136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:5137:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:5173:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:5193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5198:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:5199:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:5201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5204:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:5205:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:5207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5207:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:5209:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:5210:  if should always use braces  [readability/braces] [5]
src/nvim/charset.c:127:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:140:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:156:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:177:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:190:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:271:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:320:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:400:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:485:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:508:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:536:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:738:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/charset.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:978:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/charset.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:1051:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/charset.c:1204:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/charset.c:1260:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:1439:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1454:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1469:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/charset.c:1488:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1503:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1518:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/charset.c:1536:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1702:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1715:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1718:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:1720:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:1733:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/charset.c:1834:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:1974:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:1986:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/cursor.c:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:77:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:79:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:114:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:115:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/cursor.c:125:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:182:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:202:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:222:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:230:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:233:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:304:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:305:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor.c:308:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:355:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:358:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:360:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:384:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/cursor.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:432:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:442:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/cursor.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:21:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:21:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:22:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:22:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:23:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:23:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:24:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:24:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:25:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:25:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:26:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:26:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:27:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:27:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:28:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:28:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:29:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:29:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:30:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:30:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:31:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:31:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:33:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:33:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:34:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:34:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:35:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:35:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:36:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:36:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:37:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:37:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:62:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/cursor_shape.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:69:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:71:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:84:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:86:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:92:  for should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:92:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/cursor_shape.c:93:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:95:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:96:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor_shape.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:104:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:106:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:124:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:128:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:136:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:140:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:143:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:150:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:158:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:164:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:177:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor_shape.c:179:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:187:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/cursor_shape.c:191:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:192:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/cursor_shape.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:37:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:68:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:71:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:83:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/diff.c:98:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:99:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:124:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:127:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:128:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:144:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:161:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:178:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:180:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:240:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:258:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:279:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:279:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:280:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:280:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:281:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:282:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:282:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:283:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:283:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:284:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:285:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:285:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:286:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:286:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:327:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:356:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:366:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:377:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/diff.c:388:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:409:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:433:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:438:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:449:  Missing space before asterisk in diff_T*  [whitespace/operators] [2]
src/nvim/diff.c:476:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:508:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:524:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:536:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:563:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:598:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:616:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:633:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:637:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:649:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:660:  Should leave no spaces after a cast: u'(char *) vim_tempname'  [whitespace/cast] [2]
src/nvim/diff.c:661:  Should leave no spaces after a cast: u'(char *) vim_tempname'  [whitespace/cast] [2]
src/nvim/diff.c:662:  Should leave no spaces after a cast: u'(char *) vim_tempname'  [whitespace/cast] [2]
src/nvim/diff.c:679:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:682:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:688:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:691:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:698:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:709:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:748:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:758:  Should leave no spaces after a cast: u'(char_u *) tmp_orig'  [whitespace/cast] [2]
src/nvim/diff.c:763:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:769:  Should leave no spaces after a cast: u'(char_u *) tmp_new'  [whitespace/cast] [2]
src/nvim/diff.c:775:  Should leave no spaces after a cast: u'(char_u *) tmp_diff'  [whitespace/cast] [2]
src/nvim/diff.c:784:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:822:  Should leave no spaces after a cast: u'(char *) p_srr'  [whitespace/cast] [2]
src/nvim/diff.c:824:  Should leave no spaces after a cast: u'(char_u *) cmd'  [whitespace/cast] [2]
src/nvim/diff.c:842:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:896:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:903:  Should leave no spaces after a cast: u'(char *) tmp_orig'  [whitespace/cast] [2]
src/nvim/diff.c:904:  Should leave no spaces after a cast: u'(char *) ('  [whitespace/cast] [2]
src/nvim/diff.c:905:  Should leave no spaces after a cast: u'(char *) tmp_new'  [whitespace/cast] [2]
src/nvim/diff.c:907:  Should leave no spaces after a cast: u'(char *) tmp_orig'  [whitespace/cast] [2]
src/nvim/diff.c:930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:970:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1018:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1045:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1064:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1069:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1074:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1106:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1188:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1195:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1223:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1237:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1273:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1292:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1326:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1354:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1360:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1370:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1426:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1456:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1472:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1479:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1482:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1488:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1496:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1526:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1614:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1615:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1702:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1763:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1805:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1825:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1859:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1883:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1906:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1907:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1981:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2027:  If you can, use sizeof(buf) instead of 30 as the 2nd arg to snprintf.  [runtime/printf] [3]
src/nvim/diff.c:2062:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2076:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2083:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2097:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/diff.c:2101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/diff.c:2114:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2121:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2147:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2157:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:2159:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:2250:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2253:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2257:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2262:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2263:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2279:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2344:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2349:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2370:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:41:  Missing space after {  [whitespace/braces] [5]
src/nvim/digraph.c:41:  Missing space before }  [whitespace/braces] [5]
src/nvim/digraph.c:50:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:838:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:839:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:840:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:841:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1391:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1423:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1430:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/digraph.c:1479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/digraph.c:1503:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1504:  Should leave no spaces after a cast: u'(int) dp'  [whitespace/cast] [2]
src/nvim/digraph.c:1508:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/digraph.c:1515:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1516:  Should leave no spaces after a cast: u'(int) dp'  [whitespace/cast] [2]
src/nvim/digraph.c:1520:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/digraph.c:1622:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1627:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/digraph.c:1648:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1654:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1666:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1719:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/digraph.c:1738:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/digraph.c:1760:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1765:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1829:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/digraph.c:1836:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1866:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1868:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1360:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1361:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1362:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1363:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1364:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1365:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1366:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1367:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1368:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1369:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1370:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1371:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1372:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1373:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1374:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1375:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1376:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1377:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1378:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1379:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1380:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1381:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1382:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1383:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1384:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1385:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1386:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1387:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1388:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1389:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1390:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1391:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1392:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1393:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1394:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1395:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1396:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1397:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1398:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1399:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1400:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1401:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1402:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1403:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1404:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1405:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1406:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1407:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1408:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1409:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1410:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/edit.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:119:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:141:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:147:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:147:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:150:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:150:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:151:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:152:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:153:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:155:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:156:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/edit.c:156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:159:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:159:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:162:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:174:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:176:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:181:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:220:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:235:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:239:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:273:  Should leave no spaces after a cast: u'(char *) s'  [whitespace/cast] [2]
src/nvim/edit.c:400:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:557:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:669:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:669:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:689:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:690:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:692:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:693:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1201:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1225:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:1226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1225:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:1226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1338:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:1339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1344:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1346:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1370:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1394:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1397:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1400:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1402:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1411:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1414:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1417:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1418:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1425:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1430:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1456:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1470:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1476:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1495:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1496:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1499:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1512:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1524:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1553:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1557:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:1558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1581:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1603:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1606:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1612:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1614:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1614:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1618:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1639:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1642:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1644:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1659:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1662:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1690:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1692:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1694:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1702:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1704:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1707:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1723:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1731:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1748:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1772:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1788:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1790:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1838:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1840:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1971:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:1975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1991:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1993:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2002:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2004:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2015:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2015:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2018:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2023:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2024:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2029:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2032:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2032:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2045:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2046:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2048:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2052:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2052:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2062:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2063:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2067:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2081:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2082:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2091:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2091:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2093:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2103:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2118:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2120:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2129:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2155:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2160:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2163:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2170:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2170:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2171:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2178:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2180:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2187:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2189:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2191:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2198:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2234:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2238:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2253:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2260:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2275:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2293:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2294:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2317:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2354:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2358:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2366:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2374:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2375:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2413:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2468:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2469:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2487:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2492:  Missing space before {  [whitespace/braces] [5]
src/nvim/edit.c:2496:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2499:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2502:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2503:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2504:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2504:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2505:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2512:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2513:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2516:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2522:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2526:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2528:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2538:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2542:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2545:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2549:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2554:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2555:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2561:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2564:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2565:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2565:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2567:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2571:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2571:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2600:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2619:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2621:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2630:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2631:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2647:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2663:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2667:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2667:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2674:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2676:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2681:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2685:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2695:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/edit.c:2703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2706:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2707:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2741:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2746:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2757:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:2760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2761:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2763:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2764:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2767:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2770:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2774:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2791:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2794:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2795:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2809:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2812:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2815:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2816:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2817:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2830:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2831:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2848:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2860:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2862:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2862:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2882:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2919:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2926:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2955:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2977:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2978:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2989:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3013:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3033:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3072:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3072:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3077:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3079:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3101:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3116:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/edit.c:3120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3128:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3159:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:3161:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:3179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3186:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3188:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3203:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3205:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3216:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3245:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3247:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3259:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3265:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3267:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3269:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3318:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3351:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3353:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3358:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:3358:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:3359:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3360:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3362:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:3364:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3366:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3383:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3386:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3388:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3390:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3394:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3400:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3410:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:3411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3425:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3437:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3463:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3465:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3469:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3471:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3485:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3507:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3513:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3538:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3540:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3541:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3543:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3545:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3551:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3570:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:3570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3570:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3616:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3617:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3623:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3630:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3636:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3642:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3643:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3651:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3655:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3656:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3662:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3664:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3670:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3674:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3677:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3678:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3684:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3685:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3696:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3740:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/edit.c:3741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3748:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3761:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3762:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3772:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3780:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3787:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:3794:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3795:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3799:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3800:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:3802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3807:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3811:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3812:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3817:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3818:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3821:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3824:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3827:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3837:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3855:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3863:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3874:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3883:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3888:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3900:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3907:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3910:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3925:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3928:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3946:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3962:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/edit.c:3969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3973:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3974:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3976:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4011:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:4014:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4013:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:4013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4022:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4028:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4035:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4036:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4048:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4056:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4067:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4068:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4087:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4096:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4097:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4098:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4110:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4114:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4115:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4120:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4123:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4123:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4124:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4142:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4150:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4171:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4183:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4185:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4189:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4210:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4214:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4225:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4234:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4235:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4284:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4331:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4332:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4333:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4371:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4372:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4386:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4390:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4392:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4397:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4410:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4411:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:4415:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4417:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4424:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4425:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4428:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4429:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4428:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4429:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4428:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4429:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4429:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:4441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4451:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4452:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4456:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4457:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4458:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:4462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4481:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4483:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4493:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4495:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4497:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4507:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4508:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4513:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4544:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4559:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4576:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4579:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4592:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:4601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4628:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4641:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4667:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4672:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4681:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4694:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4696:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4702:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4704:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4727:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4734:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4737:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4745:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4752:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4755:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4769:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4773:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4776:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4779:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4780:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4804:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4824:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4828:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4831:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4837:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4841:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4848:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4849:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:4850:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4851:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4852:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4857:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4875:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4878:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4881:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4886:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4890:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4893:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4896:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4896:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4900:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4904:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4908:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4913:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4916:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4923:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4926:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4928:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4941:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4943:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4944:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:4944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4945:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/edit.c:4947:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4948:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4950:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4977:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4985:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5003:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:5003:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:5003:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:5005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5016:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5056:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:5057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5068:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5070:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5074:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5091:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5092:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5095:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5096:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5099:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5100:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5105:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5106:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:5109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5127:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5128:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5129:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5153:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5171:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5173:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5185:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5187:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5201:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5216:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5230:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5232:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5270:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5273:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5277:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5280:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5282:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5289:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5291:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5296:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5314:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5316:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5327:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5330:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5334:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5337:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5343:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5352:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5358:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5366:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5372:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5380:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5383:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5390:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5393:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5411:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5413:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5421:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5425:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5438:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5442:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5452:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5453:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5454:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5455:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5468:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5472:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5485:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:5493:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5510:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5518:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5524:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5543:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5544:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:5545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5555:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5573:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5586:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5587:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5596:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5597:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5606:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5614:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5630:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5631:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5633:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5645:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5654:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5656:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5657:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5657:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5680:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5691:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5699:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5702:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5706:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5724:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5754:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5755:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5770:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5781:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5782:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5794:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/edit.c:5798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5803:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5804:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5815:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5831:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5854:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5872:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5876:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5879:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5883:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5907:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5908:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5910:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5912:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5915:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5917:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5917:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5922:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5964:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5995:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:5997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6002:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6017:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6019:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6026:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6027:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6028:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6030:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6053:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:6054:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:6054:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6056:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6063:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6066:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6073:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6079:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6089:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6099:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6102:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6104:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6112:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6113:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:6114:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:6114:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6118:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6122:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6126:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6130:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6136:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6150:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6161:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6162:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6167:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6170:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6172:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6180:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6190:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6206:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6208:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6213:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6215:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6216:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6217:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6220:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6222:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6230:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6242:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6260:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6262:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6279:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6285:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6288:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6292:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6300:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6314:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6318:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6342:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:6345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6386:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6399:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6399:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6417:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6423:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6425:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:6432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6462:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6462:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6468:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6472:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6481:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6481:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6483:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6485:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6487:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6487:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6538:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6543:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6553:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6564:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6571:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6601:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6603:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6605:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6637:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6714:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6740:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:6742:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:6745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6748:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:6749:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6751:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6752:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6753:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6754:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6756:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6760:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6773:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6776:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6777:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6777:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6778:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6781:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6785:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6786:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6793:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6799:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6805:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6807:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6837:  Missing spaces around =  [whitespace/operators] [4]
src/nvim/edit.c:6837:  Missing space after {  [whitespace/braces] [5]
src/nvim/edit.c:6839:  Missing space before }  [whitespace/braces] [5]
src/nvim/edit.c:6841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6841:  Missing space after {  [whitespace/braces] [5]
src/nvim/edit.c:6842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6849:  Missing space before }  [whitespace/braces] [5]
src/nvim/edit.c:6851:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6854:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6860:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6861:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/edit.c:6862:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6863:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/edit.c:6864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6869:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6888:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6901:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6912:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6914:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6923:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6925:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6931:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6933:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6937:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6956:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:6967:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6968:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6969:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6974:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6978:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6996:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6998:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7009:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7014:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7039:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7080:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7089:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7095:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7113:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7132:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:7137:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7138:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7142:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7173:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:7174:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7183:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7191:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7194:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7196:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7219:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7274:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7278:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7280:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7282:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7295:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7304:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7307:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7309:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7311:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7312:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7313:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7315:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7327:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7340:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7342:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7343:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7358:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7361:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7362:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7452:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7464:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7472:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7476:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7481:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7483:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7514:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7519:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7531:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7540:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7553:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7555:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7568:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:7572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7580:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7582:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7582:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7584:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7592:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7625:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7627:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7630:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7638:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7644:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7682:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7699:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7718:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7729:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7743:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7751:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7753:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7754:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7777:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7787:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7797:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7804:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7817:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7821:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7833:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7837:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7847:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7862:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7871:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7874:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7876:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7877:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7881:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7886:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:7889:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7900:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7914:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:7915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7924:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7925:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7927:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7963:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:7964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7973:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7974:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7976:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8043:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8065:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8067:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:8069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8069:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8102:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8103:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8108:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8109:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8128:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8135:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8139:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8151:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8152:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8156:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8157:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8166:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8169:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:8174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8186:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:8190:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8216:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8230:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8233:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8237:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8245:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8268:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8276:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8277:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8279:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8280:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8281:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8288:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8292:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8300:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8304:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8305:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8307:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8308:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8309:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8315:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8349:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8367:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8369:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8381:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8390:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8425:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8426:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:8427:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:8430:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8434:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8435:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8436:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8443:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8451:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8454:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8458:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8459:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8473:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8483:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8504:  Should leave no spaces after a cast: u'(char_u *) buf'  [whitespace/cast] [2]
src/nvim/edit.c:8515:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8519:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:97:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:100:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:100:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:133:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:194:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:194:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:446:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:449:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:497:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:499:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:505:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:507:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:518:  Should leave no spaces after a cast: u'(char_u *) msgpack_type_names'  [whitespace/cast] [2]
src/nvim/eval.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:580:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:580:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:582:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:582:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:654:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:667:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:668:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:693:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:692:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:697:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:700:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:710:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:714:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:715:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:716:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:745:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:747:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:773:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:774:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:834:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:853:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:864:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:865:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:875:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:876:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:877:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:878:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:879:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:880:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:886:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:887:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:898:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:907:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:908:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:909:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:911:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:915:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:916:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:930:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:946:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:946:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:948:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:948:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:953:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:961:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:979:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:980:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:981:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:983:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:984:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:985:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1001:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1003:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1005:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1009:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1023:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1038:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1040:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1061:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1062:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1064:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1065:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1072:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1094:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1108:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1164:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1172:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1189:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:1190:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1201:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1215:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1226:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1226:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1240:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1250:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1250:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1331:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1332:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1333:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1334:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1336:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1336:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1338:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1338:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1340:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1342:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1344:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1348:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1354:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1355:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1356:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1357:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1381:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1384:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1387:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1392:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1394:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1397:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1420:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1421:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1424:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1426:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1429:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1428:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1443:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:1444:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1463:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1489:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1491:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1510:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1512:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1545:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1548:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1550:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1562:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1572:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1582:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:1589:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:1591:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1593:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1605:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1616:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1616:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1618:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:1620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1629:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1629:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1638:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1638:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1646:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1656:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1664:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1666:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1674:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1686:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1693:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1698:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1702:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1712:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1712:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1713:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1714:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1714:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1730:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1761:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1782:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1785:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1787:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1788:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1790:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1807:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1810:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1811:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1826:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1829:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1832:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1846:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1847:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1850:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1854:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1874:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1875:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1881:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1881:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1894:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1904:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1907:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1909:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1911:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1917:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1954:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1970:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2002:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2008:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2012:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2018:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2021:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2032:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2037:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2045:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2045:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:2046:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2048:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2056:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2057:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2058:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2058:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2060:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2060:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2072:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2074:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2082:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2087:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2088:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2090:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2091:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2092:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2098:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2105:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2109:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2113:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2119:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2127:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2147:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2153:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2155:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2168:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2170:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2174:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2178:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2186:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2193:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2195:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2209:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2211:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2228:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2236:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2266:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:2291:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2321:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2328:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2336:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2338:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2340:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2426:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2432:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2440:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2442:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2448:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2457:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2473:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2477:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2479:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2481:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2483:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2532:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2533:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2553:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2562:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2563:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2565:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2580:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2581:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2599:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2601:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2601:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2604:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2603:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2626:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2637:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2642:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2651:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2656:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2658:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2664:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2673:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2674:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2675:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2679:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2680:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2684:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2686:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2688:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2690:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2695:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2696:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2697:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2723:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2724:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2726:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2736:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2741:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2742:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2765:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2767:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2769:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:2777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2779:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2784:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2785:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2797:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2800:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2806:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2808:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2833:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2855:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2857:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2862:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2865:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2872:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2873:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2875:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2881:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2900:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2902:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2929:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3021:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3038:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3046:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3048:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3048:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3049:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3050:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3052:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3053:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3068:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3097:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3102:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3104:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3110:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3112:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3114:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3116:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:3122:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3124:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3129:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:3131:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3147:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3175:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:3177:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3178:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3237:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3238:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3239:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3240:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3241:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3249:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3251:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3252:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3253:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3254:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3258:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3265:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3267:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3268:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3269:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3270:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3277:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3279:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3280:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3281:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3282:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3334:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3341:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3345:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3370:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3376:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3378:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3379:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3381:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3389:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3397:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3407:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3411:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3432:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3437:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3443:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3444:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3447:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3448:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3450:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3452:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3459:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3466:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3469:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3495:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3500:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3506:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3507:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3510:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3513:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3515:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3522:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3529:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3532:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3568:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3580:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3587:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3592:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3598:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3604:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3613:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3625:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3626:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3629:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3630:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3631:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3634:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3655:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3671:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3678:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3682:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3684:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3692:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3693:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3699:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3701:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3708:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3710:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3711:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3713:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3714:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3722:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3726:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3730:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3732:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3734:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3751:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3769:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3771:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3793:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3837:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3837:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3845:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3893:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3901:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3915:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3928:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3935:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3937:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3942:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3944:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3967:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:3968:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:3972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3978:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3985:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3993:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4001:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4004:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4006:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4013:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4013:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4020:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4027:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4029:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4061:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4065:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4071:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4074:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4076:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4162:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4164:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4179:  Should leave no spaces after a cast: u'(char *) *arg'  [whitespace/cast] [2]
src/nvim/eval.c:4226:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4234:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4266:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4318:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4352:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4353:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4408:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:4408:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:4409:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:4410:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4420:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4422:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4434:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4436:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4437:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4438:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4439:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4444:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4453:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4456:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4470:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4472:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4488:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4491:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4495:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4497:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4503:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4515:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4521:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4531:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4533:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4535:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4546:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4556:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4558:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4568:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4577:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4579:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4581:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4606:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4607:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4627:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4640:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4643:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4660:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4684:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4687:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4738:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4741:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4744:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4746:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4762:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4765:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4770:  Should leave no spaces after a cast: u'(const char_u **) &p'  [whitespace/cast] [2]
src/nvim/eval.c:4780:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4782:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:4790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4805:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4807:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4808:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4832:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4834:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4860:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4869:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4881:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4882:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4905:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4921:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4931:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4932:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4939:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4940:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4948:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4952:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4958:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4998:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5006:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5007:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5016:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5017:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5018:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5019:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5020:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5023:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:5026:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5042:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5043:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5054:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5055:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5056:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5057:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5058:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5062:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:5065:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5066:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5067:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5068:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5069:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5072:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5082:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5083:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5095:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5104:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5107:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5108:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5113:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5115:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5119:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5120:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5121:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5163:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5167:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5171:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5204:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5222:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5223:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5233:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5264:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5267:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:5268:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5269:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5289:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5314:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5328:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5345:  Should leave no spaces after a cast: u'(char *) str'  [whitespace/cast] [2]
src/nvim/eval.c:5346:  Should leave no spaces after a cast: u'(char *) str'  [whitespace/cast] [2]
src/nvim/eval.c:5364:  Should leave no spaces after a cast: u'(char_u *) str'  [whitespace/cast] [2]
src/nvim/eval.c:5367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5393:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5396:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:5396:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:5397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5402:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5408:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5436:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5441:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5469:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5487:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:5491:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5506:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5556:  Should leave no spaces after a cast: u'(int) len'  [whitespace/cast] [2]
src/nvim/eval.c:5559:  Should leave no spaces after a cast: u'(char_u *) s'  [whitespace/cast] [2]
src/nvim/eval.c:5564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5566:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5570:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:5574:  Should leave no spaces after a cast: u'(const char_u *) sep'  [whitespace/cast] [2]
src/nvim/eval.c:5578:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5678:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:5842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5859:  Missing space before asterisk in list_T*  [whitespace/operators] [2]
src/nvim/eval.c:5860:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5891:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:5893:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6076:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6101:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6132:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6133:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6140:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:6141:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:6143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6151:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6155:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6162:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:6164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6168:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6172:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6262:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6272:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:6274:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6279:  Should leave no spaces after a cast: u'(char *) string_convert'  [whitespace/cast] [2]
src/nvim/eval.c:6284:  Should leave no spaces after a cast: u'(char_u *) key'  [whitespace/cast] [2]
src/nvim/eval.c:6294:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:6303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6362:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6389:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6407:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6409:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6419:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6436:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:6473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6484:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6500:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6527:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:6529:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6541:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6552:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6561:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6582:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6594:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6595:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6603:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6624:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval.c:6641:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6997:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7001:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7007:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7024:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7028:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7041:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:7042:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:7043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7055:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7094:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:7095:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:7096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7118:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7124:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7125:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7128:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7129:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7133:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7135:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7137:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7143:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:7151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7157:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:7163:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:7158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7162:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:7162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7163:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/eval.c:7164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7204:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7206:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7207:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:7219:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7222:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7246:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7252:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7258:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7259:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7260:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7262:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7264:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7266:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7266:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7269:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7279:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7281:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7283:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7302:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7323:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7332:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7347:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7349:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7352:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7421:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7424:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7456:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7485:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7494:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7499:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7510:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7511:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7512:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7518:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7520:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7575:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7582:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:7617:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:7623:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:7629:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:7731:  Should leave no spaces after a cast: u'(SpecialVarValue) ('  [whitespace/cast] [2]
src/nvim/eval.c:7755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7779:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7811:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7874:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7876:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7878:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7880:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7885:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7896:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7910:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7911:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7913:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7915:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7917:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7926:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7930:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7932:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7936:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7944:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7946:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7956:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7958:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7962:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7969:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7980:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7996:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8001:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8003:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8016:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8024:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8047:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8050:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8050:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8053:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:8059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8074:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8076:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8078:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8116:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8119:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8121:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8123:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8141:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8162:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8166:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8181:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8204:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8213:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8252:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8255:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8256:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8259:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8260:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8265:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8266:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8267:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8267:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8280:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8283:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8335:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8339:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8343:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:8344:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8344:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8345:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8357:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8362:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:8364:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8365:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8366:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8370:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8391:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8464:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8648:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8659:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8663:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8665:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8674:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8676:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8740:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8744:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8748:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8795:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8801:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8802:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8803:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8806:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8811:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8812:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8819:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8838:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8842:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8843:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8869:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8883:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8885:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8891:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8896:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8902:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8904:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8906:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8907:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8907:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8915:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8935:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:8937:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8943:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8946:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8946:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8948:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8999:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9007:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9010:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9012:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9019:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9037:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:9037:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:9040:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9042:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:9042:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:9043:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9049:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9056:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9081:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9081:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/eval.c:9090:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/eval.c:9093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9112:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9113:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9122:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9123:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9124:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9124:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9125:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9128:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9139:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9148:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9150:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9152:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:9156:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9219:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:9221:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9233:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9254:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9257:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9259:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9280:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9280:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9293:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9300:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9341:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9343:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9345:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9366:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9369:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9397:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9399:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9399:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9405:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9407:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9423:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9424:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9447:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9458:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9482:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9484:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9495:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9501:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/eval.c:9505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9504:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:9509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9530:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9536:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9557:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9560:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9562:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9562:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9571:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:9575:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9588:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9590:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9591:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9610:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9616:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9619:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9623:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9625:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9636:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:9646:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9650:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9656:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9659:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9661:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9665:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:9665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9680:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9681:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9682:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9685:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9687:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9690:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9706:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9707:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9718:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9718:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9723:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9731:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9739:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9743:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9757:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9758:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9760:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9763:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9766:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9769:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9773:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9777:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9778:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9799:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9820:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:9821:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10041:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10061:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10063:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10107:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10109:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10112:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10116:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10120:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10124:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10128:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10156:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10158:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10179:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10182:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10200:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:10201:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:10215:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:10237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10261:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10262:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10268:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10269:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10332:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10337:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:10349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10364:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10369:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10404:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10412:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10448:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:10450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10487:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:10488:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:10491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10501:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10507:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:10526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10540:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10544:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:10547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10560:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10576:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10578:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10580:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10581:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10589:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10777:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:10777:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:10779:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10783:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10831:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10947:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10950:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10952:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10954:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10958:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10959:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10960:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10961:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11008:  Should leave no spaces after a cast: u'(int) get_tv_number'  [whitespace/cast] [2]
src/nvim/eval.c:11017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11109:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11111:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11127:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11129:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11141:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11158:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11160:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11164:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:11165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11195:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11200:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11202:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11203:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11209:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11217:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11229:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11234:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11235:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11245:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11248:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11252:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:11256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11257:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11277:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11307:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11314:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:11314:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:11316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11322:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11347:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11350:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11351:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11362:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11377:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11379:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11379:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11420:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11419:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11422:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11424:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11426:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11428:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11440:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11442:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11477:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11483:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:11485:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11505:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11540:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11623:  Should leave no spaces after a cast: u'(char *) save_tv_as_string'  [whitespace/cast] [2]
src/nvim/eval.c:11664:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11704:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:11835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11894:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/eval.c:11932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11944:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11946:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11948:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11955:  Should leave no spaces after a cast: u'(char *) sep'  [whitespace/cast] [2]
src/nvim/eval.c:11958:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11980:  Should leave no spaces after a cast: u'(char *) get_tv_string_buf_chk'  [whitespace/cast] [2]
src/nvim/eval.c:11988:  Should leave no spaces after a cast: u'(int) len'  [whitespace/cast] [2]
src/nvim/eval.c:12000:  Should leave no spaces after a cast: u'(char_u *) encode_tv2json'  [whitespace/cast] [2]
src/nvim/eval.c:12003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12069:  Should leave no spaces after a cast: u'(char *) argvars'  [whitespace/cast] [2]
src/nvim/eval.c:12070:  Should leave no spaces after a cast: u'(char *) argvars'  [whitespace/cast] [2]
src/nvim/eval.c:12076:  Should leave no spaces after a cast: u'(char *) argvars'  [whitespace/cast] [2]
src/nvim/eval.c:12081:  Should leave no spaces after a cast: u'(char **) &rettv'  [whitespace/cast] [2]
src/nvim/eval.c:12094:  Should leave no spaces after a cast: u'(int) int_out'  [whitespace/cast] [2]
src/nvim/eval.c:12098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12123:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12124:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12137:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12141:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12142:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12159:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12181:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12190:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12197:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12200:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12202:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12214:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12221:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12271:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12315:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12324:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12331:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12335:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12339:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12341:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12346:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12348:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12348:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12354:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12356:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12367:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12371:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:12379:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12381:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12387:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12392:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12403:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:12413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12414:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12416:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12418:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:12419:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12421:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12421:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12422:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12462:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12493:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:12496:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:12541:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:12551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:12579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12624:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12627:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12634:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12641:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:12643:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12647:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12648:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12653:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12663:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12684:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12688:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12690:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12690:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12691:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12696:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12700:  Should leave no spaces after a cast: u'(char *) dir'  [whitespace/cast] [2]
src/nvim/eval.c:12716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12727:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12729:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12734:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12740:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12744:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12746:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12750:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12759:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12765:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12791:  Should leave no spaces after a cast: u'(char *) msg'  [whitespace/cast] [2]
src/nvim/eval.c:12879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12886:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:12891:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12907:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12909:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12951:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12966:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12968:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12969:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:12970:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12994:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13011:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13040:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13048:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13052:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13054:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13056:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13058:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13058:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13071:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13074:  Missing space before asterisk in 256)*  [whitespace/operators] [2]
src/nvim/eval.c:13076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13086:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13087:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:13088:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13112:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13120:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:13121:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13123:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13124:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:13125:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13148:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13150:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13169:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13171:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13171:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13176:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:13179:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13189:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13194:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/eval.c:13195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13199:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13201:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13201:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13218:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13221:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13302:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:13322:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:13326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13369:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13370:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:13371:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13373:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13373:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13382:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13383:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:13384:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13386:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13386:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13390:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13391:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13394:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13396:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13396:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13418:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13420:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13422:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:13425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13448:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13452:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:13459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13475:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13487:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13488:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13493:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13495:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:13499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:13500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13516:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13530:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13539:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:13546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13563:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13575:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13577:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13601:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:13603:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13612:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13655:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13683:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13691:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13705:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13708:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13710:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13734:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13750:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13754:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13776:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:13778:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13780:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13782:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13796:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13799:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:13806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13983:  Should leave no spaces after a cast: u'(char *) get_tv_string'  [whitespace/cast] [2]
src/nvim/eval.c:14017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14028:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14031:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14048:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14051:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14051:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:14053:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14103:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14106:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14132:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14137:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14150:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14154:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14157:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:14161:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14165:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14170:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14174:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14215:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:14216:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:14217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14254:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:14255:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14258:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:14260:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14270:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14271:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14275:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14281:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14303:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14310:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14315:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14321:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14322:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14325:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14328:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14341:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14346:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14348:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14376:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14392:  Should leave no spaces after a cast: u'(char_u *) addrs'  [whitespace/cast] [2]
src/nvim/eval.c:14420:  Should leave no spaces after a cast: u'(char *) rettv'  [whitespace/cast] [2]
src/nvim/eval.c:14439:  Should leave no spaces after a cast: u'(char *) argvars'  [whitespace/cast] [2]
src/nvim/eval.c:14443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14454:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14458:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14468:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14470:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14473:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14500:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14507:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:14513:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14517:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14529:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14581:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:14584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14588:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14595:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14602:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14607:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14609:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14615:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14616:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14616:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14620:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14622:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14625:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14681:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/eval.c:14690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14721:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/eval.c:14722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14759:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:14796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14864:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14867:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14872:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14874:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:14874:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:14888:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14926:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:14939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14951:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14962:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14967:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14971:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14972:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15006:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15009:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15026:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:15050:  Should leave no spaces after a cast: u'(int) STRLEN'  [whitespace/cast] [2]
src/nvim/eval.c:15053:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:15057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15063:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:15067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15165:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:15174:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:15274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15305:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:15320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15324:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15416:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:15477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15502:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15503:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15539:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15551:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15555:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15558:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15563:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:15586:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15587:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15596:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15597:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15598:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15601:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15606:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15613:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15615:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15617:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15619:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15626:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15629:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15631:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15631:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15659:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15661:  Should leave no spaces after a cast: u'(void) string2float'  [whitespace/cast] [2]
src/nvim/eval.c:15702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15714:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15716:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15722:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15724:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15724:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15731:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15733:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15739:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15742:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15744:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15768:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15775:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15777:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15782:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15792:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:15795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15801:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:15804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15823:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:15829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15837:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15850:  Should leave no spaces after a cast: u'(varnumber_T) mb_string2cells'  [whitespace/cast] [2]
src/nvim/eval.c:15853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15862:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15868:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15872:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15882:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15884:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15886:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15909:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15916:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15918:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15925:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:15927:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15933:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15935:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15992:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15994:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16007:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16013:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16015:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16037:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16048:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16059:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16074:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16076:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16081:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16090:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16105:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16107:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16136:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16146:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16179:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16189:  Missing space before asterisk in list_T*  [whitespace/operators] [2]
src/nvim/eval.c:16196:  Should leave no spaces after a cast: u'(char_u *) xmemscan'  [whitespace/cast] [2]
src/nvim/eval.c:16212:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/eval.c:16218:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:16230:  Should leave no spaces after a cast: u'(char *) save_tv_as_string'  [whitespace/cast] [2]
src/nvim/eval.c:16250:  Should leave no spaces after a cast: u'(long) status'  [whitespace/cast] [2]
src/nvim/eval.c:16257:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:16267:  Should leave no spaces after a cast: u'(char_u *) res'  [whitespace/cast] [2]
src/nvim/eval.c:16279:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:16281:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16289:  Should leave no spaces after a cast: u'(char_u *) res'  [whitespace/cast] [2]
src/nvim/eval.c:16305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16313:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16315:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16317:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16342:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16347:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16367:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16369:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16371:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16373:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16381:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16389:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16403:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16405:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16422:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:16425:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16442:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16708:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16711:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16713:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16713:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16715:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16744:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:16753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16756:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16760:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16787:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16791:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16803:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16815:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16819:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16909:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:16919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16940:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16959:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16968:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16980:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17003:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17040:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17042:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17044:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17059:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17062:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17062:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17074:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17094:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17096:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17130:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:17206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17214:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17260:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17285:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:17287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17303:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17308:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17313:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17319:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17325:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17327:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17331:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17338:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17340:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17343:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17349:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17396:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17404:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17406:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17412:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17417:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17422:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17444:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:17444:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:17445:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:17446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17446:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17517:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17532:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17540:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17578:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:17579:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:17580:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17586:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17604:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17606:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17641:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/eval.c:17648:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17674:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17741:  Should leave no spaces after a cast: u'(char_u *) buf'  [whitespace/cast] [2]
src/nvim/eval.c:17749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17755:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17793:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:17795:  Should leave no spaces after a cast: u'(char_u *) xstrndup'  [whitespace/cast] [2]
src/nvim/eval.c:17831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17857:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17872:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17898:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17900:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17903:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17906:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17908:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17910:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17915:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17916:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17917:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17918:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17919:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17922:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17925:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17927:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17926:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17928:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17930:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17929:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17931:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17935:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17936:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17945:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:17946:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:17961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17976:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:17976:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17987:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17990:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18003:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18004:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18030:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18033:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18034:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18038:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18045:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18055:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18056:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18057:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18145:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18159:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18267:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18315:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:18330:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18356:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18358:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18367:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:18372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18397:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18401:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18480:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18507:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18526:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:18528:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18537:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18593:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:18595:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18631:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:18633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18637:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18638:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18649:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18653:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18657:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18659:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18660:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18663:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18664:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18665:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18670:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18674:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18683:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18684:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18707:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18709:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18737:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18739:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18739:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18747:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18749:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18771:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18832:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18833:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18841:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18841:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18843:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18850:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18851:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18853:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18864:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:18864:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:18868:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18870:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18969:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18988:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:18995:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18997:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19000:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19004:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19010:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19015:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19019:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19026:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19043:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19044:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19057:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19062:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19076:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19078:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:19080:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19094:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19106:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19107:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19108:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19110:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19112:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19125:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19150:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19151:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19160:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19170:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19188:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19190:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19192:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19197:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19198:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19213:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19220:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19223:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19227:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19230:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19231:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19250:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19272:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19274:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19276:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19277:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19301:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19305:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19313:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19314:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19343:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19347:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19365:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19370:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19371:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19372:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19376:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19378:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19388:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19404:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19415:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19417:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19422:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19424:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19425:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19429:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19438:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19443:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19444:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19448:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19458:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:19458:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19468:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19469:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19475:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19483:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19497:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19503:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19516:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19518:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19522:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19543:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19545:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19545:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19551:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19553:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19561:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19563:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19575:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:19575:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19576:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:19578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19580:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19587:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19601:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19633:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/eval.c:19634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19636:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19638:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19650:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19658:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19662:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19668:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19675:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19720:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:19729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19736:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19743:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:19744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19760:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19784:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19785:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19815:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:19817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19830:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19846:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19853:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19864:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19866:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19904:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19909:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19948:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19959:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:19978:  Missing space before {  [whitespace/braces] [5]
src/nvim/eval.c:19982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19982:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20001:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20004:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20024:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20030:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20034:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20035:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20040:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20045:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20047:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20049:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20052:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20065:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20077:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20078:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20078:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20102:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20105:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20104:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20110:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20122:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20138:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20158:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20173:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20178:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20180:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20185:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20187:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20189:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20191:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20198:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20199:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20202:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20202:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20212:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20213:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20216:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20222:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20223:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20236:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20240:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20257:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:20256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20261:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20263:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20265:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20267:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20269:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20298:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20299:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20311:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20318:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20318:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20319:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20321:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20331:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20331:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20332:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20352:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20375:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20376:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20377:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20378:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20381:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20384:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20390:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20409:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20427:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20437:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20440:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20486:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20532:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20535:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20542:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20543:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20575:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20582:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20621:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20657:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20659:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20662:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20664:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:20677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20690:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20716:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20724:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20733:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:20748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20751:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20757:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20759:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20768:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20780:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20784:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20786:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20812:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20815:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20820:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20820:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20827:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:20839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20842:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20849:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20853:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20860:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20865:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20886:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20888:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20895:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20924:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20925:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20940:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20941:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20969:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20976:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20977:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20982:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20983:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20984:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20988:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:20989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20993:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20994:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21000:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21005:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21006:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21022:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21024:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21032:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21036:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21041:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21041:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21053:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21066:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21074:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21100:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:21108:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21128:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21132:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21136:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21139:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21141:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21143:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21144:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21146:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21149:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21159:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21158:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21181:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21182:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21198:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21199:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21212:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21219:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21252:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21279:  Should leave no spaces after a cast: u'(size_t) globvarht'  [whitespace/cast] [2]
src/nvim/eval.c:21283:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval.c:21288:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval.c:21292:  Should leave no spaces after a cast: u'(const hashitem_T *) iter'  [whitespace/cast] [2]
src/nvim/eval.c:21294:  Should leave no spaces after a cast: u'(char *) HI2DI'  [whitespace/cast] [2]
src/nvim/eval.c:21296:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval.c:21309:  Should leave no spaces after a cast: u'(char_u *) name'  [whitespace/cast] [2]
src/nvim/eval.c:21321:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:21323:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21332:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:21332:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:21333:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21335:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21338:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21341:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21342:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21343:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21358:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21393:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21395:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21395:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21397:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21407:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21444:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:21445:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:21446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21482:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21488:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21499:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/eval.c:21500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21502:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21512:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21514:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/eval.c:21518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21530:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21532:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21533:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/eval.c:21533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21534:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21552:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21574:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21583:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21609:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21613:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:21613:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:21614:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21620:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21623:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21639:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21645:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21666:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21673:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21747:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21756:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21756:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21759:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21761:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21765:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21773:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21775:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21942:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21956:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22076:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22132:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22132:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22133:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22133:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22134:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22134:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22136:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22136:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22156:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:22197:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval/decode.c:58:  Should leave no spaces after a cast: u'(list_T *) eval_msgpack_type_lists'  [whitespace/cast] [2]
src/nvim/eval/decode.c:111:  Should leave no spaces after a cast: u'(void *) obj'  [whitespace/cast] [2]
src/nvim/eval/decode.c:112:  Should leave no spaces after a cast: u'(void *) last_container'  [whitespace/cast] [2]
src/nvim/eval/decode.c:113:  Should leave no spaces after a cast: u'(void) kv_pop'  [whitespace/cast] [2]
src/nvim/eval/decode.c:181:  Should leave no spaces after a cast: u'(void) kv_pop'  [whitespace/cast] [2]
src/nvim/eval/decode.c:199:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:261:  Should leave no spaces after a cast: u'(int) buf_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:268:  Should leave no spaces after a cast: u'(int) buf_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:302:  Should leave no spaces after a cast: u'(uint8_t) *p'  [whitespace/cast] [2]
src/nvim/eval/decode.c:309:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/eval/decode.c:317:  Should leave no spaces after a cast: u'(uint8_t) p'  [whitespace/cast] [2]
src/nvim/eval/decode.c:325:  Should leave no spaces after a cast: u'(size_t) utf_char2len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:326:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:332:  Should leave no spaces after a cast: u'(int) buf_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:349:  Should leave no spaces after a cast: u'(char_u *) str_end'  [whitespace/cast] [2]
src/nvim/eval/decode.c:364:  Should leave no spaces after a cast: u'(char_u *) ubuf'  [whitespace/cast] [2]
src/nvim/eval/decode.c:371:  Should leave no spaces after a cast: u'(int) ch'  [whitespace/cast] [2]
src/nvim/eval/decode.c:375:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:378:  Should leave no spaces after a cast: u'(char_u *) str_end'  [whitespace/cast] [2]
src/nvim/eval/decode.c:382:  Should leave no spaces after a cast: u'(int) ch'  [whitespace/cast] [2]
src/nvim/eval/decode.c:404:  Should leave no spaces after a cast: u'(int) *t'  [whitespace/cast] [2]
src/nvim/eval/decode.c:418:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:419:  Should leave no spaces after a cast: u'(char *) string_convert'  [whitespace/cast] [2]
src/nvim/eval/decode.c:423:  Should leave no spaces after a cast: u'(int) str_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:440:  Should leave no spaces after a cast: u'(void *) list'  [whitespace/cast] [2]
src/nvim/eval/decode.c:451:  Should leave no spaces after a cast: u'(char_u *) str'  [whitespace/cast] [2]
src/nvim/eval/decode.c:555:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:562:  Should leave no spaces after a cast: u'(int) exp_num_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:569:  Should leave no spaces after a cast: u'(char_u *) s'  [whitespace/cast] [2]
src/nvim/eval/decode.c:570:  Should leave no spaces after a cast: u'(int) exp_num_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:573:  Should leave no spaces after a cast: u'(int) exp_num_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:575:  Should leave no spaces after a cast: u'(varnumber_T) nr'  [whitespace/cast] [2]
src/nvim/eval/decode.c:668:  Should leave no spaces after a cast: u'(void) kv_pop'  [whitespace/cast] [2]
src/nvim/eval/decode.c:886:  Should leave no spaces after a cast: u'(int) buf_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:933:  Should leave no spaces after a cast: u'(varnumber_T) mobj'  [whitespace/cast] [2]
src/nvim/eval/decode.c:945:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:946:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:947:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:956:  Should leave no spaces after a cast: u'(varnumber_T) mobj'  [whitespace/cast] [2]
src/nvim/eval/decode.c:966:  Should leave no spaces after a cast: u'(uint64_t) mobj'  [whitespace/cast] [2]
src/nvim/eval/decode.c:968:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:969:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:970:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:990:  Should leave no spaces after a cast: u'(void *) list'  [whitespace/cast] [2]
src/nvim/eval/decode.c:1012:  Should leave no spaces after a cast: u'(void *) list'  [whitespace/cast] [2]
src/nvim/eval/decode.c:1106:  Should leave no spaces after a cast: u'(void *) ext_val_list'  [whitespace/cast] [2]
src/nvim/eval/encode.c:53:  Should leave no spaces after a cast: u'(list_T *) data'  [whitespace/cast] [2]
src/nvim/eval/encode.c:76:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:128:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/eval/encode.c:146:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/eval/encode.c:151:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/eval/encode.c:161:  Should leave no spaces after a cast: u'(char *) msg_ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:231:  Should leave no spaces after a cast: u'(char) state'  [whitespace/cast] [2]
src/nvim/eval/encode.c:232:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:237:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:242:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:259:  Should leave no spaces after a cast: u'(const char *) buf'  [whitespace/cast] [2]
src/nvim/eval/encode.c:264:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:284:  Should leave no spaces after a cast: u'(int64_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:306:  Should leave no spaces after a cast: u'(char_u *) numbuf'  [whitespace/cast] [2]
src/nvim/eval/encode.c:370:  Should leave no spaces after a cast: u'(void *) mpval'  [whitespace/cast] [2]
src/nvim/eval/encode.c:374:  Should leave no spaces after a cast: u'(void *) mpval'  [whitespace/cast] [2]
src/nvim/eval/encode.c:398:  Should leave no spaces after a cast: u'(void *) mpval'  [whitespace/cast] [2]
src/nvim/eval/encode.c:402:  Should leave no spaces after a cast: u'(void *) mpval'  [whitespace/cast] [2]
src/nvim/eval/encode.c:467:  Should leave no spaces after a cast: u'(char_u *) numbuf'  [whitespace/cast] [2]
src/nvim/eval/encode.c:515:  Should leave no spaces after a cast: u'(const void *) p_enc'  [whitespace/cast] [2]
src/nvim/eval/encode.c:576:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:583:  Should leave no spaces after a cast: u'(int) str_len'  [whitespace/cast] [2]
src/nvim/eval/encode.c:643:  Should leave no spaces after a cast: u'(const char *) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:681:  Should leave no spaces after a cast: u'(dict_T *) spdict'  [whitespace/cast] [2]
src/nvim/eval/encode.c:685:  Should leave no spaces after a cast: u'(dict_T *) spdict'  [whitespace/cast] [2]
src/nvim/eval/encode.c:749:  Should leave no spaces after a cast: u'(size_t) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:752:  Should leave no spaces after a cast: u'(char *) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:775:  Should leave no spaces after a cast: u'(size_t) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:778:  Should leave no spaces after a cast: u'(char *) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:796:  Should leave no spaces after a cast: u'(size_t) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:799:  Should leave no spaces after a cast: u'(char *) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:827:  Should leave no spaces after a cast: u'(int8_t) type'  [whitespace/cast] [2]
src/nvim/eval/encode.c:830:  Should leave no spaces after a cast: u'(int8_t) type'  [whitespace/cast] [2]
src/nvim/eval/encode.c:836:  Should leave no spaces after a cast: u'(int64_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:839:  Should leave no spaces after a cast: u'(double) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:850:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:871:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/event/process.c:204:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/process.c:303:  Should leave no spaces after a cast: u'(WatcherPtr) **node'  [whitespace/cast] [2]
src/nvim/event/queue.c:81:  Missing space after {  [whitespace/braces] [5]
src/nvim/event/queue.c:81:  Missing space before }  [whitespace/braces] [5]
src/nvim/event/rstream.c:21:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/rstream.c:30:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/rstream.c:154:  Should leave no spaces after a cast: u'(int64_t) stream'  [whitespace/cast] [2]
src/nvim/event/rstream.c:166:  Should leave no spaces after a cast: u'(size_t) req'  [whitespace/cast] [2]
src/nvim/event/socket.c:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/socket.c:57:  Should leave no spaces after a cast: u'(int) lport'  [whitespace/cast] [2]
src/nvim/event/socket.c:158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/stream.c:34:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/time.c:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/wstream.c:26:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/wstream.c:34:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:79:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:79:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:116:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds2.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:153:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:154:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:155:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:157:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:158:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:159:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:163:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:165:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:167:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:169:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:176:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:177:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:187:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:189:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:259:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:262:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:325:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:332:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:333:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:458:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:462:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:475:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:480:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:482:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:482:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:503:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:510:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:528:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:528:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:534:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:534:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:545:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:546:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:571:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:596:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:600:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:600:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:605:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:609:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:614:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:618:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:640:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:647:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:648:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:652:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:654:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:664:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:665:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:667:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:690:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:698:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:701:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:704:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:719:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:721:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:725:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:726:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:730:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:738:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:750:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:753:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:755:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:756:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:758:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:759:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:761:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:769:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:770:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:782:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:783:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:796:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:797:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:811:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:821:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:836:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:842:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:888:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1002:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1004:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1004:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1085:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1091:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1144:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1148:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1158:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1160:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1160:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1161:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1162:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1167:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1169:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1172:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1189:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1191:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1204:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1213:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1229:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1231:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1247:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1255:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:1258:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1262:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1264:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1267:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1269:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1271:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1282:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:1283:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:1285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1293:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1294:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1295:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1305:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1306:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1310:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1322:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1323:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1323:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1325:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1327:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1336:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1362:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1362:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1363:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1388:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1421:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1428:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1429:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1430:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1435:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1438:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1451:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1454:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1456:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1539:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1547:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1549:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1587:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1589:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1590:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1592:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1606:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:1607:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1639:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1641:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1642:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1651:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1651:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1654:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1658:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:1659:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1660:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:1661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:1666:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1672:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1682:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1683:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1714:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1715:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1714:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1715:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1714:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1715:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1714:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1715:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1715:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1726:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1727:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1735:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1736:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1740:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1741:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1744:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1755:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1757:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1774:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1775:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1776:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1779:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1791:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1791:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1797:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1855:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1859:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1880:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1889:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1892:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1897:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1900:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1903:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1920:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1922:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1923:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1922:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1923:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1925:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1928:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1947:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1947:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:1948:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1954:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1970:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1988:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2025:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2036:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2036:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2097:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2102:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2115:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2119:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2123:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2128:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2131:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2137:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2144:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2147:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2151:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2200:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2212:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2218:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2218:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2229:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:2230:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2241:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2243:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2246:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2285:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2292:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds2.c:2293:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2301:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2310:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:2311:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2363:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2383:  Should leave no spaces after a cast: u'(void *) &cookie'  [whitespace/cast] [2]
src/nvim/ex_cmds2.c:2384:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2396:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2406:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2407:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:2409:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2410:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2463:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds2.c:2465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2532:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:2533:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2554:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2558:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2568:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2568:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2568:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2593:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2595:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2597:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2610:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2612:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2614:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2617:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2619:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2624:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2637:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2660:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2676:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2691:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:2706:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2733:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2754:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2758:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2765:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2780:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2782:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:2786:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2804:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2804:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:2807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2818:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds2.c:2827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2832:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2834:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2836:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2838:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2840:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2872:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2878:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2882:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:2885:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:2887:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2894:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:2896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2909:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2912:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2942:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2958:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2972:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2973:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2980:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2981:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2987:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2991:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2998:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3000:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3007:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:3008:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:3009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3014:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3022:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3023:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds2.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3039:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3057:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3072:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:3074:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3088:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3091:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3092:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3103:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3110:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:3115:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:3121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3137:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:3140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3144:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3153:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3155:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3168:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:3170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3178:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3182:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:3184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:3184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3197:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:3200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3209:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3211:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3211:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:3213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3213:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3214:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3312:  Should leave no spaces after a cast: u'(char *) get_mess_env'  [whitespace/cast] [2]
src/nvim/ex_cmds2.c:3328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3368:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3370:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3373:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3378:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3380:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3389:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3391:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:3393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3397:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:3399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3426:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3434:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3450:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3456:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/ex_cmds2.c:3461:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/ex_cmds2.c:3475:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3490:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3492:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3494:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3498:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3509:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3564:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3582:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3585:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3592:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds2.c:3594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3601:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3615:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3617:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:3619:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds2.c:3622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3623:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3628:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:87:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:89:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:100:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:102:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:106:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:109:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:111:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:119:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:121:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:129:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:132:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:140:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:141:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:142:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:144:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:167:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:169:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:184:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:188:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:192:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:196:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:197:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:199:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:199:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:200:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:202:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:204:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:207:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:209:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:209:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:216:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:226:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:226:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_cmds.c:227:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:230:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:259:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:260:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:261:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:309:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:312:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:313:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:341:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:381:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:454:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:522:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:524:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:535:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:540:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:552:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:558:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:619:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:621:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:625:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:636:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:669:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:672:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:674:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:676:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:677:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:687:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:690:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:692:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:693:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:695:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:704:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:747:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:792:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:795:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:796:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:799:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:808:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:863:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:869:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:870:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:871:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:872:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:873:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:874:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:916:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:933:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:945:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:947:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:963:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:963:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:970:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:986:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:996:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1012:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1014:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1048:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1072:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1101:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1103:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1105:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1106:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1110:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1113:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1127:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1149:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1150:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1151:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1152:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1152:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:1154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1158:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1159:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1177:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1191:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1194:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1194:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1198:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1208:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1211:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1223:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1229:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1232:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1239:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1246:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1249:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1251:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1261:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1262:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1288:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1298:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1312:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1323:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1325:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1340:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1380:  Should leave no spaces after a cast: u'(char *) cmd'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1385:  Should leave no spaces after a cast: u'(char *) itmp'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1404:  Should leave no spaces after a cast: u'(char *) itmp'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1415:  Should leave no spaces after a cast: u'(char *) p_srr'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1417:  Should leave no spaces after a cast: u'(char_u *) buf'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1444:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1446:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1456:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1470:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1478:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1487:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1489:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1491:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1505:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1518:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1540:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1555:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1564:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1565:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1566:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1587:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1604:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1616:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1643:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1644:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1647:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1650:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1685:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1687:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1688:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1698:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1700:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1710:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1710:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1715:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1716:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1734:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1735:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1738:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1738:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1753:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1754:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1770:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1803:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1804:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1810:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1831:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1833:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1837:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1849:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1850:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1864:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1869:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1873:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1875:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1876:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1878:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1884:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1897:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1917:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1919:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1920:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1922:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1924:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1926:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1925:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ex_cmds.c:1929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1932:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1933:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1934:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1936:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1939:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1953:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1959:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1961:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1969:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1973:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1976:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1977:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1979:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1980:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1986:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1987:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1988:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1991:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1996:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1997:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1998:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2000:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2037:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:2038:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2050:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:2050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2050:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2053:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2065:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2068:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2072:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2074:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2077:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2084:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2087:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2088:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2090:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2091:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2092:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2092:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2097:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:2098:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2112:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2114:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2115:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2114:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2115:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2138:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2148:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2150:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2154:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2156:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2162:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2176:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2179:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2181:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2185:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2189:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2218:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2230:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2231:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2232:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2233:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2272:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2276:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2286:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2287:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_cmds.c:2309:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2314:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2316:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2338:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2340:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2345:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2346:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2354:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2367:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2369:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2380:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2427:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2427:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2430:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2440:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2442:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2452:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2471:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2487:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2488:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2491:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2511:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2513:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2514:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2517:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2523:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2526:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2529:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2532:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2544:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2551:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2560:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2573:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2581:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2585:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2588:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2589:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2592:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2596:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2600:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2601:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2606:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2609:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2613:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2616:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2619:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2620:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2637:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2642:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2644:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2661:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2666:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2675:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2684:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2685:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2694:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2704:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2709:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2712:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2713:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2715:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2739:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2743:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2745:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2750:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2752:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2753:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2754:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2763:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2768:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2769:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2769:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:2770:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:2798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2800:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2803:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2809:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2812:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2815:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2822:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2831:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2849:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2851:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2877:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:2877:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2918:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2921:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2922:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2923:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2924:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2938:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:2938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2944:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2956:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2958:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2975:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2980:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2985:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2991:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3006:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3007:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3013:  Should leave no spaces after a cast: u'(char *) sub'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:3018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3024:  Should leave no spaces after a cast: u'(char_u *) old_sub'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:3026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3033:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/ex_cmds.c:3057:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3067:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3076:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3079:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3082:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3083:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3085:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3091:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3099:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3101:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3102:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3103:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3105:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3108:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3109:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3111:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3115:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3134:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3150:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3160:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3161:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3167:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3168:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3169:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3179:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3188:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:3188:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3190:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3203:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3258:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3288:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3298:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3301:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3302:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3302:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3304:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3306:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3307:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3329:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3332:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3335:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3351:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3352:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3373:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3373:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3375:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3375:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3388:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3401:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3408:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3424:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3425:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3428:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:3428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3435:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3437:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3441:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3442:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3444:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3445:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3450:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3453:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3454:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3466:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3468:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3472:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3480:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3482:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3487:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3488:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3498:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3502:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3522:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3542:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3544:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3544:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3583:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3584:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3586:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3599:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3600:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3601:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3602:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3624:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3625:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3631:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3635:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3636:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3641:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3642:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3643:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3645:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3650:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3687:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3688:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3687:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3688:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3703:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3705:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3714:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3715:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3717:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3717:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3718:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3720:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3721:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3723:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3730:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3732:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3732:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3733:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3747:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3758:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3767:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3768:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3788:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3799:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3804:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3806:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3808:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3811:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3815:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3829:  Small and focused functions are preferred: do_sub() has 597 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/ex_cmds.c:3831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3837:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:3838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3850:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3854:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3859:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3860:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3862:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3864:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3868:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3910:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3914:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3927:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3932:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3934:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3936:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3944:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3947:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3951:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3952:  Missing space after ,  [whitespace/comma] [3]
src/nvim/ex_cmds.c:3959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3962:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3965:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3976:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4010:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4014:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4020:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4028:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4030:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4039:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4040:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4046:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4053:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4053:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4063:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:4064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4083:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4086:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4087:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4088:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:4088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4090:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4126:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4141:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4143:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4148:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4155:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4162:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4165:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4167:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4169:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4174:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4178:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4194:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4197:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4198:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4200:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4202:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4217:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4220:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4223:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4233:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4235:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4235:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:4236:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4242:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4256:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4257:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4261:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4297:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:4298:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:4300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4308:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4309:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4321:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4324:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4326:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4330:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4355:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4359:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4367:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4368:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4376:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4385:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4404:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4412:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4455:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4456:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4455:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4456:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4457:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4463:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4467:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4501:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4528:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4534:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:4535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4537:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4567:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4569:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4570:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4575:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4576:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4577:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4601:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4602:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4608:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4616:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4618:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4621:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4640:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4641:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4642:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4664:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4666:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4666:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4668:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4680:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4681:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4684:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4689:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4693:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4712:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4713:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4729:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4738:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4744:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:4746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4751:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:4752:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:4751:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4756:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4756:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4760:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4765:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4766:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4768:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:4782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4824:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4838:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4838:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4840:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4850:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4866:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4871:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4872:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4908:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:4909:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:4910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4938:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4938:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4940:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4942:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4967:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4967:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4969:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:4973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4976:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4984:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4989:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4989:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4993:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4997:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5002:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5004:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5006:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5008:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:5009:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5011:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5013:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5022:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5022:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5023:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5039:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:5041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5066:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5073:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5074:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5079:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5080:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5084:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5084:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5090:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5092:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5095:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:5096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5097:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5099:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5107:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5108:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5135:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5142:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5143:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5144:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5146:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5147:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5148:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5149:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5150:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5151:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5152:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5153:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5154:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5155:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5165:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_cmds.c:5163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5171:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5185:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5185:  Missing space before asterisk in char_u	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5186:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5186:  Missing space before asterisk in char_u	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5187:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5188:  Missing space before asterisk in sign_T	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5189:  Missing space before asterisk in sign_T	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5194:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5196:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5197:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5201:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5206:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5206:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5207:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5207:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5208:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5209:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5209:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5210:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5211:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5212:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5212:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5213:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5214:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5215:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5215:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5218:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5219:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5219:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5220:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5220:  Missing space before asterisk in 		*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5221:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5221:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5222:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5224:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5225:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5225:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5226:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5227:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5227:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5228:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5229:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5230:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5231:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5231:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5232:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5233:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5234:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5235:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5235:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5236:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5236:  Missing space before asterisk in sign_T	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5237:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5239:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5240:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5245:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5245:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5246:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5247:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5247:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5248:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5248:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5249:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5249:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5250:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5250:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5251:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5252:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5253:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5254:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5255:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5256:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5257:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5258:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5259:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5260:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5261:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5262:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5264:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5265:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5266:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5268:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5270:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5271:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5271:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5272:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5273:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5273:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5274:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5275:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5277:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5278:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5278:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5279:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5279:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5280:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5281:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5281:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5282:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5283:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5284:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5284:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5285:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5286:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5287:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5288:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5289:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5290:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5291:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5291:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5292:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5293:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5293:  Missing space before asterisk in 			char_u	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5294:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5295:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5297:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5299:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5300:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5300:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5301:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5301:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5302:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5303:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5303:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5304:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5305:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5305:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5306:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5307:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5308:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5309:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5310:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5310:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5312:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5312:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5313:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5313:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5313:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5314:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5314:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5315:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5316:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5317:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5318:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5319:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5319:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5320:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5320:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5321:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5322:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5323:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5324:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5326:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5329:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5330:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5332:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5332:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5333:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5334:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5335:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5335:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5336:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5337:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5338:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5339:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5340:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5340:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5341:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5342:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5343:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5344:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5345:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5345:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5346:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5347:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5348:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5349:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5350:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5351:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5352:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5352:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5353:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5354:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5354:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5355:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5356:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5357:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5358:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5359:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5360:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5362:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5364:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5365:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5366:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5366:  Missing space before asterisk in 	char_u		*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5367:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5367:  Missing space before asterisk in 	char_u		*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5369:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5369:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5370:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5370:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5371:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5371:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5372:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5373:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5374:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5375:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5376:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5376:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5377:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5378:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5379:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5380:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5380:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5381:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5381:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5382:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5383:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5384:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5385:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5385:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5386:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5387:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5388:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5388:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5389:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5390:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5391:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5393:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5393:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5394:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5394:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5395:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5396:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5397:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5398:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5400:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5401:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5402:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5402:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5403:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5403:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5404:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5405:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5405:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5406:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5407:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5408:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5409:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5410:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5410:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5411:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5412:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5413:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5413:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5414:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5414:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5415:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5416:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5417:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5418:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5420:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5421:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5422:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5423:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5424:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5432:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5432:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5433:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5433:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5434:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5434:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5435:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5436:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5437:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5438:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5439:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5440:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5440:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5441:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5442:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5442:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5443:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5443:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5444:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5445:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5446:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5447:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5448:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5449:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5450:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5450:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5451:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5452:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5453:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5454:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5455:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5455:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5456:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5457:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5457:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5458:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5458:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5459:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5460:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5460:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5461:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5462:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5463:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5464:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5465:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5466:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5466:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5467:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5468:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5469:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5470:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5470:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5471:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5472:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5473:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5474:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5474:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5475:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5476:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5477:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5478:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5479:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5480:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5482:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5482:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5483:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5483:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5484:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5485:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5486:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5486:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5487:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5487:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5488:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5488:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5489:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5490:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5491:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5492:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5493:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5494:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5494:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5495:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5495:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5496:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5497:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5497:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5498:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5499:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5499:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5500:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5501:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5501:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5502:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5502:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5503:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5504:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5505:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5506:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5507:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5507:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5508:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5508:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5509:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5510:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5510:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:5512:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5513:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5514:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5516:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5517:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5518:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5518:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5519:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5520:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5521:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5521:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5522:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5522:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5523:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5523:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5524:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5525:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5526:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5527:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5528:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5529:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5530:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5531:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5531:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5532:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5533:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5534:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5535:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5536:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5537:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5538:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5539:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5539:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5540:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5540:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5541:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5541:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5542:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5542:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5543:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5544:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5544:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5545:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5546:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5547:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5548:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5549:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5549:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5552:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5553:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5554:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5555:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5556:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5560:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5561:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5561:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5562:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5586:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5594:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5596:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5609:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5624:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5627:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5630:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5646:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5647:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5660:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5661:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5672:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5679:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5680:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5681:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5682:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5683:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5692:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5692:  Missing space before asterisk in sign_T	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5693:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5698:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5700:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5700:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5701:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5702:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5703:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5704:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5705:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5706:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5708:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5708:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5709:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5710:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5711:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5712:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5713:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5714:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5716:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5716:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5717:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5718:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5719:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5721:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5722:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5723:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5723:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5724:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5725:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5726:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5728:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5749:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5761:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5802:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5822:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5839:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:72:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:90:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:90:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:152:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:152:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:157:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:164:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:192:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:193:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:202:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:210:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:214:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:215:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:225:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:227:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:234:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:240:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:242:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:247:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:262:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:275:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:362:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:398:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:404:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:410:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:412:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:425:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:430:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:448:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:454:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:487:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:527:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:539:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:546:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:573:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:575:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:576:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:577:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:578:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:583:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:587:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:588:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:592:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:600:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:602:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:604:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:636:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:639:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:676:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:684:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:713:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:728:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:729:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:733:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:744:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:759:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_docmd.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:762:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:777:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:781:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:793:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:796:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:831:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:878:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:879:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:896:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:897:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:900:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:901:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:906:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:918:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:929:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:930:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:949:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:955:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:969:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:973:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:979:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:985:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:986:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1060:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1065:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1068:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1095:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1096:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1107:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1108:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1259:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1269:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1280:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1281:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1293:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1304:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1320:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1327:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1339:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1342:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1352:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1360:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1372:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:1388:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1389:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1390:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1393:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1397:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1401:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1402:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1409:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1414:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1421:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1430:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1432:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1434:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1436:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1451:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1461:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1539:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1543:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1595:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1598:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:1606:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1608:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1609:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1616:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1619:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1624:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1626:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1628:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1635:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1650:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1678:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1680:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1680:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1683:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1698:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1701:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1709:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1721:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1724:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1732:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:1735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1738:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1740:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1767:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1769:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1776:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1811:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1812:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1819:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1823:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1841:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1848:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1858:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1873:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1880:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1881:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1883:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1884:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1891:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1892:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1901:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1908:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1920:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1927:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1929:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2021:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2025:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2033:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2139:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2155:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2158:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2158:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:2160:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2161:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2164:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2165:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2192:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2203:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2205:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2206:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2207:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2208:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2210:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2212:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2215:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2229:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2231:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2233:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2238:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2247:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2258:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2262:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2268:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2271:  Small and focused functions are preferred: do_one_cmd() has 773 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/ex_docmd.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2277:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:2278:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2286:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2286:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2287:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2293:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2310:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:2311:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:2317:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:2323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2360:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2362:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2363:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2365:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2366:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2367:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2370:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2371:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2376:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2376:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2377:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2380:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2381:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2383:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2388:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2390:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2393:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2396:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2397:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2399:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2407:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2408:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2411:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2425:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2436:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2437:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2440:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:2440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2440:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2448:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2453:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2460:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2462:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2470:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2483:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2483:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2493:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2494:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2495:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2510:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2527:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2527:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2528:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2528:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2529:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2529:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2530:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2530:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2531:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2531:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2532:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2532:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2533:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2533:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2534:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2535:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2536:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2537:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2538:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2539:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2540:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2541:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2542:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2543:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2544:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2545:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2546:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2547:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2547:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2548:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2548:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2548:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2560:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2562:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2563:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2563:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2564:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2566:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2581:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2587:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2588:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2588:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2589:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2591:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2600:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2602:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2604:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2617:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2626:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2629:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2639:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2640:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2659:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2666:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2707:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2709:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2710:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2735:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:2736:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2749:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2764:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2765:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2768:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2769:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2776:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2777:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2782:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2783:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2791:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2794:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2808:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2812:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2813:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2815:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2817:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2841:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2842:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2859:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2863:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2864:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2874:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:2875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2880:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2884:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2886:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2888:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2892:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2905:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2922:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2922:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2923:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2927:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2929:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2929:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2929:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2930:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2935:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2935:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2936:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2943:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2955:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3079:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3080:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3083:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3084:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3085:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3087:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3095:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3100:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3101:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3102:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3104:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3105:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3106:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3107:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3108:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3122:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3123:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3129:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3137:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3141:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3161:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3163:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3190:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3219:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3230:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3233:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3233:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3235:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3237:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3237:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3243:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3247:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3276:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3281:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3286:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3286:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3330:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3357:  Small and focused functions are preferred: () has 606 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/ex_docmd.c:3359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3369:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:3371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3378:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3382:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3383:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3384:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3385:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3388:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3389:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3393:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3428:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3453:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3499:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3500:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3501:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3505:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3506:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3509:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3509:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3529:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3530:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3546:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3565:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3571:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3573:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3575:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3587:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3592:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3592:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3597:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3601:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3607:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3634:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3636:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3638:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:3638:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3640:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3642:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3663:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3667:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3676:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3685:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3687:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3703:  Missing space before ( in switch(  [whitespace/parens] [5]
src/nvim/ex_docmd.c:3707:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3772:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3774:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3793:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3822:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3824:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3827:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3838:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3839:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3893:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3894:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3902:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3911:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3957:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3957:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:3966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3997:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3997:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4000:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4017:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4018:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4020:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4021:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4035:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4045:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4049:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4077:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4102:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4121:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4122:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4123:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4126:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4130:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:4134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4137:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:4142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4149:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4158:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4171:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4172:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4174:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4176:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4177:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4191:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4198:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4200:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4201:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4226:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4246:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4248:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4256:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4259:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4266:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4270:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4270:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4276:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4278:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4280:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4282:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4311:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4347:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4349:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4361:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4362:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4476:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4478:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4490:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4504:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:4505:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4518:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4520:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4524:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4528:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4530:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4544:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4570:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4572:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4576:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4583:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4585:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4603:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4616:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4643:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4643:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4644:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4644:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4645:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4645:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4646:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4646:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4647:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4647:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4648:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4648:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4649:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4649:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4650:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4650:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4662:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4662:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4663:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4663:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4664:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4664:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4665:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4665:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4666:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4666:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4667:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4667:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4668:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4668:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4669:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4669:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4670:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4670:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4671:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4671:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4672:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4672:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4673:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4673:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4674:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4674:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4675:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4675:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4676:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4676:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4677:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4677:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4678:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4678:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4679:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4679:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4680:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4680:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4681:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4681:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4683:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4683:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4685:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4685:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4686:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4686:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4687:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4687:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4688:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4688:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4689:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4689:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4690:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4690:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4691:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4691:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4692:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4692:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4693:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4693:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4694:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4694:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4695:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4695:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4696:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4696:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4710:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4715:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4719:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4720:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4721:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4723:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4737:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4745:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4746:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4747:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4748:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4759:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:4761:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4763:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4765:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:4767:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4790:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4790:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4804:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4805:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4809:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4812:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4817:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4823:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4826:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4829:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4829:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4847:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4849:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4855:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4855:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4862:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4873:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4874:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:4875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4877:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4881:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4883:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4892:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4916:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4921:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4925:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4933:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4971:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:4979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4981:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4983:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4983:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4991:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4992:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4993:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5015:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5030:  Missing space before asterisk in ucmd_T*  [whitespace/operators] [2]
src/nvim/ex_docmd.c:5036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5053:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5056:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5059:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5073:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5075:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5105:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5133:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5158:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5159:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:5163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5182:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5183:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5185:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5187:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5189:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5191:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5197:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5206:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5208:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5215:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5221:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5226:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5227:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5230:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5231:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5232:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5237:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5238:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5256:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5268:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5270:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5272:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5287:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:5291:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5295:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5299:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5308:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5311:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5313:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5315:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5322:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5329:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5353:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5355:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5371:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5374:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5374:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5375:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:5379:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:5380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5396:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5400:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5404:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5406:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5412:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5417:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5419:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5421:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5435:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5458:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5461:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5472:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5474:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5476:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5486:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5486:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5488:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5527:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5549:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5558:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5562:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5564:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5588:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5599:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5601:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5607:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5609:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5615:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5627:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5651:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5670:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5671:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5708:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5723:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5742:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5743:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5745:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5748:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5751:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5775:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5776:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:5779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5788:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5789:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5791:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5800:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5814:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5816:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5818:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5818:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5830:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5842:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5844:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5846:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5846:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5847:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5851:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5856:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5877:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5878:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5879:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5899:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:5903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5905:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5908:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5910:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5911:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5925:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5927:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5932:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5941:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5948:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5954:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5955:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5956:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5956:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5962:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5965:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5967:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6008:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6011:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6039:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6041:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6041:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6044:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6046:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6047:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6057:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6127:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6127:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:6131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6135:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6135:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6146:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6153:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6157:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6164:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6173:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6174:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6181:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6182:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:6185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6188:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6194:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:6201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6206:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:6214:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:6225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6231:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6240:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6241:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6242:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6243:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6244:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6283:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6285:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6292:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6309:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6316:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6322:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6323:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6378:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6387:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6408:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:6414:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:6423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6431:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6454:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6458:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6458:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6491:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6492:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:6497:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6499:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6503:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6549:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6550:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:6552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6596:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:6597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6600:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6601:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6605:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6611:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6614:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6615:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6616:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6617:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6621:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6624:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6626:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6628:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6651:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6655:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6659:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6667:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6690:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6692:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6739:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6740:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6742:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6746:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6752:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6771:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6773:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6773:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6774:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6778:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6781:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6783:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6787:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:6790:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6796:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6801:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6802:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6804:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:6873:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6887:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6889:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6892:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6906:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6908:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6940:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6957:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6977:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7012:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7033:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7057:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7089:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7104:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7105:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:7106:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_docmd.c:7108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7153:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7155:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7193:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7199:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7235:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7255:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7266:  Should leave no spaces after a cast: u'(char *) eap'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7274:  Should leave no spaces after a cast: u'(char *) eap'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7291:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7292:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7295:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7300:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7301:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7303:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7304:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7308:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7310:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7312:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7324:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7326:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7326:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7328:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7330:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7332:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7340:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7351:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7353:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7353:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7355:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7359:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7375:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7376:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7377:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7380:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7384:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:7388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7390:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7393:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7405:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7408:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7409:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7410:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7416:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7434:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7435:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7462:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7483:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7498:  Should leave no spaces after a cast: u'(char *) eap'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7512:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7514:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7521:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7522:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7526:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7530:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7534:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7541:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7542:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7544:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7552:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7556:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7561:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7562:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7571:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7573:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7578:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7580:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7588:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7590:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7591:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7592:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7594:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7595:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7598:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7599:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7636:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:7639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7656:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7669:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7671:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7673:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7677:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7690:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7724:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7726:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7739:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:7740:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7740:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:7741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7741:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7748:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:7750:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:7762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7783:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7793:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7824:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7829:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7832:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7834:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7840:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7886:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7903:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7910:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7933:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7940:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7942:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7946:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7973:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8040:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8040:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8075:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:8086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8107:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8114:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8113:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8114:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8124:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8128:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8129:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8169:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:8169:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8175:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8184:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8185:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8186:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8190:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8191:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8202:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8214:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8219:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8238:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8257:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:8261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8283:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:8292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8294:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8295:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8307:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8311:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8314:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8339:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:8345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8346:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8400:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8401:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8402:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8406:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8436:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8437:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8442:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8454:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8461:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8463:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8464:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8470:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8477:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8495:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8496:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8496:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:8500:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8502:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8508:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8517:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8519:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8520:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8534:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8549:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8560:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:8567:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8576:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8577:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8591:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8595:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8602:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8608:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8610:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8612:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8614:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8623:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8624:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8626:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8627:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8632:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8642:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8644:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8651:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8653:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8656:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8669:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8677:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8687:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8698:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8704:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8706:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8710:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8718:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8734:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8736:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8739:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8742:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8742:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8749:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8759:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8780:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8784:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8788:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8792:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8804:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8819:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8820:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8833:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8835:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8836:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8859:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8860:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8866:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:8863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8865:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8882:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8885:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8888:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8896:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8914:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8919:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8923:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8927:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8934:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8948:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8951:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8953:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8957:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8967:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8975:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/ex_docmd.c:8976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8978:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8994:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8998:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8999:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9007:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9007:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9015:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9026:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9030:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9040:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:9041:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:9045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9058:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:9059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9064:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9092:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9098:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9100:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9119:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9120:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9125:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9141:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9159:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9160:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9161:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9165:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:9179:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9181:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9184:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9189:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/ex_docmd.c:9196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9220:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9233:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9236:  Should leave no spaces after a cast: u'(void) shada_read_everything'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:9238:  Should leave no spaces after a cast: u'(char *) eap'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:9243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9249:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9264:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9270:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9280:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9282:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9343:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9360:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9385:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9391:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9393:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9401:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9403:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9413:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9482:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9482:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9489:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9489:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9499:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9499:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:9500:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9526:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/ex_docmd.c:9526:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:62:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:64:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:77:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:103:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:151:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:177:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:187:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:210:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:222:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:223:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:238:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:251:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:310:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:313:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:315:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:316:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:318:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:319:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:335:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:336:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:347:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:365:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:375:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:418:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_eval.c:425:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:426:  Should leave no spaces after a cast: u'(char_u *) value'  [whitespace/cast] [2]
src/nvim/ex_eval.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:460:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:466:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:477:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:478:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:479:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:481:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:482:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:488:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:490:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:491:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:502:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:526:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:528:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:530:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:531:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:537:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:539:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:540:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:542:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:547:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:549:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:573:  Should leave no spaces after a cast: u'(char *) excp'  [whitespace/cast] [2]
src/nvim/ex_eval.c:581:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/ex_eval.c:590:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:592:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:594:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:595:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:596:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:601:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:603:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:604:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:606:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:616:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:620:  Should leave no spaces after a cast: u'(char *) caught_stack'  [whitespace/cast] [2]
src/nvim/ex_eval.c:630:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/ex_eval.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:642:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:704:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:706:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:708:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:714:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:715:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:716:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:720:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:721:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:726:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:737:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:752:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:755:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:767:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:770:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:786:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:788:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:789:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:805:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:807:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:818:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:819:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:823:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:833:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:837:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:876:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:881:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:884:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:911:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:913:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:915:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:918:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:932:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:934:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:934:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:941:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:942:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:972:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:983:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1005:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1019:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1021:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1021:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1026:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1053:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1055:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1060:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1087:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1094:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1096:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1100:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1102:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1105:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_eval.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1113:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1117:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1130:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_eval.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1152:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1154:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1162:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1177:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1190:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1191:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1196:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1216:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1239:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1241:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1241:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1242:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1243:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1288:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_eval.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1300:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1311:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1319:  for should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1319:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_eval.c:1320:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1327:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1399:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1410:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1417:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1434:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1444:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1448:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1450:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1453:  for should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1453:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_eval.c:1454:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1460:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1501:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1524:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1540:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1564:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1590:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1591:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1591:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_eval.c:1593:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1594:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1603:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1616:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1635:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1639:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1640:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1641:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1670:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1672:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1673:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1677:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1710:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1712:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1713:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1714:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1715:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1720:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1769:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1771:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1771:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1778:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1807:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1815:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1817:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1818:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1823:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1831:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_eval.c:1831:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1837:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1847:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1853:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1854:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1855:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1856:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1883:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:1886:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1888:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_eval.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1922:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1923:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1923:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1924:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1926:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1939:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1949:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1959:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1961:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1964:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1982:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1993:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1995:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2008:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:2011:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2012:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:2013:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2015:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2036:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2037:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:2039:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2043:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2045:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:2046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:77:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:79:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:140:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:140:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:141:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:141:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:142:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:142:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:543:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:595:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:620:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:621:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:623:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:624:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:653:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:655:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:753:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:768:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:809:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:820:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:872:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:894:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:903:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:907:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:909:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:911:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1015:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1024:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1089:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1106:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1165:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1220:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1260:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1298:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1320:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1332:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1332:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1358:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:1360:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:1376:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1383:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1525:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1531:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1630:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1646:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1670:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1682:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1706:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1726:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1737:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1739:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:1743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1755:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:1757:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1760:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1779:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1789:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1796:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1808:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1810:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_getln.c:1809:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1809:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1819:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1827:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1831:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1833:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1853:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1854:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1859:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1880:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1911:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1953:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1959:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1963:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1971:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1983:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2004:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2014:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2024:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2025:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2037:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2044:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2045:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2048:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2050:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2051:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2052:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2054:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2070:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2072:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2104:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2127:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2128:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2130:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2133:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_getln.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2175:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2177:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2181:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2183:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2187:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2199:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2211:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2222:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2226:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2228:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2237:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2239:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2240:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2244:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2245:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2272:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2273:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2279:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2280:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2283:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2285:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2288:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2290:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2292:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2316:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2319:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2329:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2340:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2342:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2351:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2353:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2355:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2358:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2363:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2367:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2372:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2376:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2392:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2450:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2457:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2464:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2465:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2466:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2471:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2485:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2489:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2491:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2495:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2500:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2518:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2523:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2524:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2525:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2529:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2558:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2570:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2572:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2579:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2581:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2581:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2590:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2619:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2624:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2639:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2644:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2654:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2672:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2683:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2693:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:2694:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2735:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2738:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2741:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2744:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2747:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2748:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2752:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2752:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2784:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2787:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2831:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2852:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2854:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2855:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2856:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2863:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2869:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2874:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2877:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2880:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2911:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2926:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2939:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2939:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2940:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2941:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2949:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2951:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2954:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2974:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3008:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3008:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3012:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3014:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3019:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3023:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3038:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3057:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3065:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3078:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3091:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3100:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3107:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3114:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3137:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3137:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3138:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3186:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3218:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3228:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3233:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3237:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3238:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3241:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3241:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3244:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3248:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3250:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3256:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3258:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3262:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3277:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3289:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3308:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3311:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3313:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3313:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3315:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3342:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3359:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3364:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3365:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3367:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3385:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3388:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3391:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3392:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3397:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3398:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:3399:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3400:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3413:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3438:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3448:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3449:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:3449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3453:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3458:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3469:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3510:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3511:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3516:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3522:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:3528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3584:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3585:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3599:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3611:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3612:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3634:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3635:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3659:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3681:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3686:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3686:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3687:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3691:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3700:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3701:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3714:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3716:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3718:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3720:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3732:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3738:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3740:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3740:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3742:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3747:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3757:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3759:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3764:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3791:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3793:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3797:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3797:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3801:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3801:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3805:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3805:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3809:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3809:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3812:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3816:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3822:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3825:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3827:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3829:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3837:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3837:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3837:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3838:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3838:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3838:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3839:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3839:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3839:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3840:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3840:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3841:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3841:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3842:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3842:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3843:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3843:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3843:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3844:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3844:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3845:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3845:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3845:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3846:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3846:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3847:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3847:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3847:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3848:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3848:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3848:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3849:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3849:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3850:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3850:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3851:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3851:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3851:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3852:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3852:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3853:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3853:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3854:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3854:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3854:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3855:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3855:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3855:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3856:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3856:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3856:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3857:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3857:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3857:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3858:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3858:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3860:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3860:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3861:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3861:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3863:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3863:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3863:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3864:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3864:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3873:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3873:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3876:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3904:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_getln.c:3902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3911:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3913:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3913:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3915:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3915:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3918:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:3921:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3928:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3930:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3930:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3932:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3932:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3935:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3937:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3951:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3955:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/ex_getln.c:3956:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3992:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3992:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3993:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4000:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4005:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4036:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4040:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4052:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:4055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4058:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4064:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4065:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:4077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4091:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4103:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_getln.c:4106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4116:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4126:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:4135:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4141:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4148:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4149:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:4156:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4157:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:4165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4175:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4181:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4198:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:4232:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4351:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4353:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4434:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4435:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:4446:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4447:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4451:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4458:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4459:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4463:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4471:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4527:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4528:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:4531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4543:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4556:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:4557:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4563:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4576:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4588:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4602:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4604:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4606:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4620:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4635:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4649:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4654:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4671:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4673:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4688:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4690:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4696:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4698:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4701:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4703:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4707:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4709:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4722:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4724:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4762:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4773:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4783:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4786:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4789:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4805:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4813:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4826:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4888:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4900:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4910:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:4918:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4920:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4922:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4923:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:4924:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4930:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:4929:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_getln.c:4931:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4933:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:4934:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4939:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5045:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5048:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5051:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5058:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5080:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5082:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5084:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:5084:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5091:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5113:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5148:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5173:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:5175:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5177:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:5177:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:5181:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5196:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5200:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5201:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5233:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5238:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:5311:  Should leave no spaces after a cast: u'(histentry_T *) iter'  [whitespace/cast] [2]
src/nvim/ex_getln.c:5324:  Should leave no spaces after a cast: u'(const void *) ('  [whitespace/cast] [2]
src/nvim/farsi.c:176:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:297:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/farsi.c:299:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/farsi.c:363:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:364:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:365:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:366:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:367:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:368:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:369:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:370:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:371:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:372:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:373:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:374:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:375:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:376:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:378:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:379:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:380:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:381:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:382:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:383:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:384:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:385:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:386:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:448:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:511:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:557:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:626:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/farsi.c:637:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/farsi.c:650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/farsi.c:656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/farsi.c:668:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/farsi.c:771:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:772:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:773:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:774:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:775:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:776:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:777:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:778:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:779:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:780:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:781:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:782:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:783:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:784:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:785:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:786:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:787:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:788:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:789:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:790:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:791:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:792:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:793:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:794:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:795:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:796:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:797:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:798:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:799:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:800:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:801:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:802:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:803:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:804:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:805:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:806:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:807:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:808:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:809:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:810:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:811:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:812:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:813:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:814:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:815:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:816:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:817:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:818:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:819:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:820:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:821:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:961:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:962:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:963:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:964:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:965:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:966:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:967:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:968:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:969:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:970:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:971:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:972:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:973:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:974:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:975:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:976:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:977:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:978:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:979:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:980:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:981:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:982:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:983:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:984:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:985:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:986:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:987:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:988:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:989:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:990:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:991:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:992:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:993:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:994:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:995:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:996:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:997:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:998:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:999:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1000:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1001:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1002:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1003:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1004:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1005:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1006:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1007:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1008:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1009:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1010:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1011:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1075:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/farsi.c:1280:  Small and focused functions are preferred: fkmap() has 600 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/farsi.c:1379:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1554:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1566:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/farsi.c:1608:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/farsi.c:1636:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/farsi.c:1637:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/farsi.c:1646:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/farsi.c:1660:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/farsi.c:1675:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/farsi.c:1692:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/farsi.c:1856:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1857:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1858:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1859:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1860:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1861:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1862:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1863:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1864:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1865:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1866:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1867:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1868:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1869:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1870:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1871:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1872:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1873:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1874:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1875:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1876:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1877:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1878:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1879:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1880:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1881:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1882:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1883:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1884:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1885:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1886:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1887:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1888:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1889:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1890:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1891:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1892:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1893:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1894:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1895:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1896:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1897:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1898:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1899:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1900:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1901:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1902:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1903:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1904:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1905:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1906:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1910:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1911:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1912:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1913:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1914:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1915:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1916:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1917:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1918:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1919:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1963:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1964:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1965:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1967:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1968:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1969:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1970:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1971:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1972:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1973:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1974:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1984:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1985:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1987:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1997:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1998:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1999:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:2000:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:2001:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:2002:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:58:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/fileio.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:96:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:96:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:97:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:105:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:105:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:128:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:194:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:198:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:207:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:213:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:245:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:246:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:277:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:292:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:297:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:306:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:320:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:323:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:324:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:324:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:347:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:364:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:367:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:394:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:395:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:397:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:398:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:398:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:404:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:405:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:407:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:442:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:461:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:462:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:500:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:503:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:506:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:523:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:524:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:551:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:560:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:563:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:567:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:572:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:576:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:578:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:589:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:590:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:596:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:597:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:620:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:628:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:633:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:649:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:658:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:660:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:664:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:666:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:667:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:669:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:670:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:674:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:687:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:690:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:692:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:696:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:713:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:717:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:728:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:730:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:738:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:762:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:762:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:777:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:778:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:780:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:783:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:787:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:821:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:823:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:825:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:835:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:836:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:837:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:841:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:866:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:868:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:871:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:873:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:880:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:897:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/fileio.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:900:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:921:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:946:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:950:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:964:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1009:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1012:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1031:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1033:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1035:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1037:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1039:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1041:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1056:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1058:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1058:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1071:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1072:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1074:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1082:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1083:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1093:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1094:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1110:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1111:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1125:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1130:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1145:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:1148:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1180:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1191:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1192:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1199:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1208:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1220:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1249:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1251:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1253:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1256:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1257:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1260:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1300:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1301:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1302:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1304:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1310:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1321:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1329:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1343:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1345:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1359:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1361:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1363:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1364:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1366:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1384:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1389:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1391:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1410:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1410:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1420:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1422:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1425:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1434:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1439:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1441:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1443:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1444:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1451:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1462:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1465:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1469:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1482:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1502:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1506:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1512:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1513:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1514:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1516:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1525:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1528:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1551:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1553:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1569:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1570:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:1572:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1573:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1589:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1593:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1608:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1615:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1617:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1620:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/fileio.c:1622:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1625:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1627:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1629:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1633:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1634:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1639:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1641:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1643:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1652:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1660:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:1662:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1666:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1679:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1681:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1683:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1687:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1688:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1699:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1715:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1719:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1720:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1721:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1722:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1732:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1736:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1747:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1750:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1769:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1778:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1781:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1791:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1806:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1822:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1828:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1834:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1841:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1847:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1851:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1855:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1863:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1866:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1869:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:1871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1874:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1873:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:1875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1878:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1880:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1881:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1887:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1888:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1889:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1905:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:1906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1928:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/fileio.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1966:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1974:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1975:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1977:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1977:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1980:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1981:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1983:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1983:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1984:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1986:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1990:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1993:  Small and focused functions are preferred: () has 1230 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/fileio.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2019:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2020:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2030:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2030:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:2031:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2032:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2044:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:2050:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2051:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2061:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2128:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2138:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2140:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2140:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2143:  Should leave no spaces after a cast: u'(char *) fenc'  [whitespace/cast] [2]
src/nvim/fileio.c:2144:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/fileio.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2189:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2190:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2232:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2233:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2240:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:2239:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2240:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/fileio.c:2241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2272:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2287:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2288:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2295:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2302:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2315:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2326:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2352:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2357:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2369:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2370:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2371:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2372:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2374:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2386:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2388:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2390:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2391:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2399:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2400:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2403:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2404:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2405:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2406:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2413:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2413:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2414:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2416:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2418:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2418:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2422:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2427:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2438:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2439:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2441:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2445:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2446:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2447:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2448:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2450:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2463:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2469:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2471:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2481:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2488:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2493:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2500:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2512:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2516:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2519:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2521:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2531:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2533:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2537:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2542:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2544:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2545:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2562:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2572:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2588:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2589:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2605:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2609:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2610:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2619:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/fileio.c:2621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2646:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2655:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2663:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2664:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2672:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2689:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2702:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2712:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:2718:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2719:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2720:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2721:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2728:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2750:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2758:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2764:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2766:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2779:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2812:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2815:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2845:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2866:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2914:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2917:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2939:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2980:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2982:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2983:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2983:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2995:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2998:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2999:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3018:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3026:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3039:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3047:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3051:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3053:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3065:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3082:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3099:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3101:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3127:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3128:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3155:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3168:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3169:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3171:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3173:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3168:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3169:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3188:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3197:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3198:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3205:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3247:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3259:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3273:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3283:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3294:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:3295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3300:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3303:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3305:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3307:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3309:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3310:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3327:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3328:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3331:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3333:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3333:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3366:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3388:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3403:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3419:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3422:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3427:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3437:  Should leave no spaces after a cast: u'(char *) p_enc'  [whitespace/cast] [2]
src/nvim/fileio.c:3438:  Should leave no spaces after a cast: u'(char *) wfname'  [whitespace/cast] [2]
src/nvim/fileio.c:3450:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3452:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3453:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3454:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3459:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3456:  If you can, use sizeof((char *)errmsg) instead of 300 as the 2nd arg to snprintf.  [runtime/printf] [3]
src/nvim/fileio.c:3461:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3463:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3486:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3487:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3493:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3495:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3498:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3505:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3513:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3523:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3524:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3529:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3536:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3543:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3546:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3550:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3552:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3556:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3582:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3584:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3600:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3602:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3617:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:3617:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3620:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3637:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3647:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3654:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3674:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3678:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:3679:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3689:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3697:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3698:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3718:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3724:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3732:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3734:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3737:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3738:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3740:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3743:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3748:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3749:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3755:  Small and focused functions are preferred: () has 1057 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/fileio.c:3757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3766:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3767:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3768:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3769:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3777:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3781:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3782:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3783:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3784:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3789:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3790:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3802:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3804:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3844:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3847:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3850:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:3850:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3851:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3854:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3856:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3858:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3859:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3888:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3889:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3940:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3940:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:3945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3949:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3951:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3961:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3969:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3974:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3976:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3993:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3997:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:4000:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4010:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4011:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:4013:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4015:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4061:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4070:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4075:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4148:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4205:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4210:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4215:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4221:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4249:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4251:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4258:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4284:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4327:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4336:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4385:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/fileio.c:4408:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/fileio.c:4451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4486:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4514:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4517:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:4518:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:4521:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4547:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4568:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:4589:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4597:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4631:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:4632:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:4633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4642:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4643:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4649:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4653:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4657:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4657:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4658:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:4659:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4665:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4676:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:4677:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4701:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:4702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4714:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4714:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:4715:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4734:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:4735:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:4737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4744:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4745:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4749:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4757:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4773:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:4776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4788:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4789:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:4791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4798:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4799:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4799:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4800:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4804:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4823:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4826:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4827:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4828:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4829:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4834:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4836:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4838:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4847:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4855:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4857:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4868:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4870:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4889:  Should leave no spaces after a cast: u'(char_u *) _'  [whitespace/cast] [2]
src/nvim/fileio.c:4890:  Should leave no spaces after a cast: u'(char_u *) _'  [whitespace/cast] [2]
src/nvim/fileio.c:4903:  Should leave no spaces after a cast: u'(char_u *) tbuf'  [whitespace/cast] [2]
src/nvim/fileio.c:4912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4916:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4919:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4942:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4944:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:4944:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4992:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4994:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4994:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5008:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5015:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5017:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5019:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5024:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5025:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5025:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5043:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5051:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5058:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5071:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5096:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5275:  Missing space after {  [whitespace/braces] [5]
src/nvim/fileio.c:5275:  Missing space before }  [whitespace/braces] [5]
src/nvim/fileio.c:5278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5283:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5300:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5302:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5306:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5310:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5312:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5320:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5330:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5333:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5336:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5338:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5342:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5370:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5383:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5401:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5410:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5415:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5429:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5430:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5434:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5437:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5443:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5459:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5459:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5460:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5467:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5468:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5479:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5481:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5481:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5495:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5518:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5522:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5524:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5526:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5530:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5544:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5545:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5546:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5564:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5564:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5565:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:5566:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5567:  Should leave no spaces after a cast: u'(int) event_names'  [whitespace/cast] [2]
src/nvim/fileio.c:5568:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5571:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5572:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5574:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5586:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5586:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5587:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5596:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:5598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5613:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5615:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5654:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5655:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5656:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5675:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5677:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5689:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5732:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5733:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5746:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5754:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5756:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5765:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5771:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5780:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5790:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5792:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5809:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5811:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5812:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5824:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5846:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5848:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5862:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/fileio.c:5875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5877:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5889:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5891:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5911:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5912:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5914:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5922:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5929:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5930:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5934:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5937:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5945:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:5946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5984:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:5987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5990:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6011:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6027:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6028:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6040:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6050:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6069:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6070:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6076:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6094:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6102:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6103:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6105:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6107:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6138:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6151:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6179:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6180:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6206:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6217:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6225:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6228:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6266:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6267:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6274:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6282:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6296:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6300:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6302:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6328:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6330:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6333:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6345:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6360:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6378:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6488:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6495:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6502:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6508:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6515:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6531:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6555:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6559:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6561:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6563:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6565:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6567:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6572:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6574:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6583:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6585:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6585:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6586:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6590:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6590:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6591:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6596:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6602:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6639:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6647:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6670:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6673:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6674:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6688:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6719:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6723:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6725:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6737:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6741:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6774:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6775:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6784:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6799:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6806:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6811:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6819:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6820:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6850:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6849:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:6859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6860:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6862:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6865:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6868:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6885:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6891:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6892:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6897:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6901:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6903:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6905:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6907:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6922:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6924:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6982:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6984:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6986:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6991:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6994:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7004:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:7008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7015:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7015:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:7016:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7019:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7020:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7028:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7030:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7033:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7046:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7089:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7108:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7118:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7125:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7130:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7134:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7174:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7260:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7262:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7263:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:7264:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7292:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:7293:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:7302:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7303:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7305:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7319:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7320:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:7331:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7347:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7377:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7382:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7393:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7394:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7405:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:7411:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:7415:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7417:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7418:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7423:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7427:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7429:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7448:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7468:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:2:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:3:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:91:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:148:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:253:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:272:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:274:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:284:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:284:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:286:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:291:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:292:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:296:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:315:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:316:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:318:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:319:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/file_search.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:329:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:329:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:332:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:342:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:361:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:381:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:389:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:430:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:432:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:440:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:441:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:440:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:444:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:449:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:507:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:543:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:553:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:596:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:598:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:611:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:635:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:636:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:637:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:638:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:635:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:636:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:637:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:638:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:638:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:643:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:714:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:731:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:736:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:748:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:753:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:754:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:759:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:761:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:771:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:772:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:787:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:802:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:803:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:804:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:805:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:802:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:803:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:804:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:805:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:805:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:810:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:811:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:812:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:813:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:813:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:817:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:831:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:837:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:853:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:857:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:866:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:871:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:887:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:888:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:894:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:901:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:913:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:914:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:914:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:918:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:921:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:927:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:936:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:938:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:954:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:994:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1007:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1087:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1134:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1146:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1159:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1163:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1192:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1207:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1221:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1257:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1261:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1270:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1272:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1274:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1275:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1307:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1347:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1359:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1371:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1377:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1388:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1417:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1425:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1445:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:1452:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1465:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1469:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1475:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1478:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1499:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1500:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1500:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1501:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1502:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1509:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1516:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:3:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:43:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:48:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:48:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:67:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:69:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:71:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:72:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:146:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:159:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:200:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:204:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:212:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:223:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:239:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:241:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:263:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:267:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:273:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/fold.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:298:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:381:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:382:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:398:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:406:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:420:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:444:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:445:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:481:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:481:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:496:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:497:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:509:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:516:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:531:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:577:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:585:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:586:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:587:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:588:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:589:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:590:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:605:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:605:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:617:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:626:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:626:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:643:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:662:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:663:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:676:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:680:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:691:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:693:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:701:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:702:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:708:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:711:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:715:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:717:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:718:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:718:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:719:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:721:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:723:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:727:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:736:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:779:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:790:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:815:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:816:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:837:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:843:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:849:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:857:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:859:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:869:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:874:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:883:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:899:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:914:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:917:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:922:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:949:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:949:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:951:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:953:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:968:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:978:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:983:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:984:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:986:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1012:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1026:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1027:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1028:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1054:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1060:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1060:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1067:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1084:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1089:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1117:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1119:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1122:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1134:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1135:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1172:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1173:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1186:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1187:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1208:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1211:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1216:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1217:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1219:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1222:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:1222:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1248:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1260:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1263:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1278:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1300:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1301:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1314:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1316:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1318:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1323:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1348:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fold.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1356:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1357:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1362:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/fold.c:1368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1381:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1402:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1411:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1412:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1413:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1419:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1422:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1434:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1435:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1467:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1469:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1480:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1481:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1495:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1496:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1497:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1498:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1502:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1503:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1505:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1508:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1518:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1519:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1532:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1534:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1536:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1539:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1543:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1555:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1599:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1601:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1601:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1615:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1616:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1623:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1624:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1647:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1653:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1654:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1688:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1695:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1708:  Should leave no spaces after a cast: u'(varnumber_T) lnum'  [whitespace/cast] [2]
src/nvim/fold.c:1709:  Should leave no spaces after a cast: u'(varnumber_T) lnume'  [whitespace/cast] [2]
src/nvim/fold.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1714:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1719:  Should leave no spaces after a cast: u'(varnumber_T) level'  [whitespace/cast] [2]
src/nvim/fold.c:1721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1727:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1730:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1732:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1733:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1742:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1748:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1752:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1755:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1757:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1768:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fold.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1783:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1784:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1789:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1790:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1800:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1812:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1814:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1817:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1818:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1822:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:1822:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1823:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fold.c:1832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1836:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1840:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1841:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1867:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1884:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1891:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1894:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1926:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1939:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1940:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1941:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1951:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1956:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1976:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1978:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1987:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1995:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2000:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2006:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2010:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2017:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2023:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2035:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2037:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2047:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2054:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2056:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2141:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2143:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2154:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2166:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2198:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2200:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2220:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2224:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2225:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2229:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2231:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2242:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2249:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2252:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2261:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2267:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2268:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2289:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2291:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2296:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2300:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2323:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2356:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2360:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2364:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2374:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2387:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2393:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2414:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2416:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2430:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2431:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2434:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2443:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2444:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2466:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2468:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2507:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:2516:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2542:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2557:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2567:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2571:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2572:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2602:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2608:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:2612:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2618:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2619:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2635:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2648:  Should leave no spaces after a cast: u'(int) MAX'  [whitespace/cast] [2]
src/nvim/fold.c:2652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2659:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2682:  Should leave no spaces after a cast: u'(varnumber_T) lnum'  [whitespace/cast] [2]
src/nvim/fold.c:2687:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2707:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2748:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2791:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2809:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2811:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2815:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2816:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2817:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2829:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2832:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2833:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2834:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2839:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2875:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2881:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2897:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2899:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2904:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2914:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fold.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2923:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2927:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2928:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2933:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2941:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2943:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2947:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2960:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/garray.c:124:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/garray.c:139:  Should leave no spaces after a cast: u'(size_t) gap'  [whitespace/cast] [2]
src/nvim/garray.c:143:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/garray.c:160:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/garray.c:162:  Should leave no spaces after a cast: u'(char_u *) ret'  [whitespace/cast] [2]
src/nvim/garray.c:171:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/garray.c:191:  Should leave no spaces after a cast: u'(char *) s'  [whitespace/cast] [2]
src/nvim/garray.c:204:  Should leave no spaces after a cast: u'(int) len'  [whitespace/cast] [2]
src/nvim/garray.c:207:  Should leave no spaces after a cast: u'(int) len'  [whitespace/cast] [2]
src/nvim/getchar.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:70:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:70:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:71:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:71:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:72:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:72:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:73:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:73:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:74:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:74:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:77:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:77:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:80:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:80:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:88:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:182:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:188:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:189:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:206:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:223:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:242:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:243:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:262:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:264:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:297:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/getchar.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:312:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:314:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:316:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:317:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:355:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:430:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:431:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:432:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/getchar.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:491:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:519:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:527:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:528:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:537:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:544:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:545:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:549:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:551:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:554:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:558:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:561:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:567:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:580:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:589:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:672:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:674:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:676:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:687:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:691:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:708:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:743:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:754:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:755:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:757:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:763:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:765:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:771:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:791:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:791:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:863:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:881:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/getchar.c:881:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:908:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:921:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:925:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:936:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:938:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:942:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:942:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:949:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:953:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:955:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:990:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:991:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:997:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/getchar.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1038:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1047:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1052:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1053:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1057:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1061:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1067:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1073:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1119:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1134:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1150:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1159:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1163:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1165:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1229:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:1230:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:1232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1239:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1244:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1249:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1302:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1309:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1330:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1345:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1371:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1390:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1391:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1396:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1397:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1405:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1407:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1408:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1409:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1416:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/getchar.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1447:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1457:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1484:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1488:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1501:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1541:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1556:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1571:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1575:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1576:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1618:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/getchar.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1618:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1643:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1650:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1652:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1653:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1657:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1665:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1677:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1708:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1711:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1713:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1796:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:1798:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1799:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1800:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1804:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1815:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1832:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1842:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1843:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1845:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1863:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1893:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1906:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1908:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1930:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1930:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1930:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1933:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1948:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1949:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1951:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1954:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1957:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1969:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1971:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1998:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2000:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2002:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2015:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2017:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2017:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2043:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2054:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2056:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2056:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2059:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2062:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:2063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2064:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2065:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:2063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2064:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2070:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2070:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2071:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2099:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2105:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2107:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2108:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2108:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2133:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2137:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2148:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2152:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2161:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2162:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2172:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2204:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2210:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2245:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2245:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2257:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2259:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2270:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2270:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2272:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2282:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2283:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2284:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2293:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2296:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2298:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2300:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2304:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2307:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2310:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2314:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2332:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2334:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2337:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2344:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2372:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2373:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2398:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2408:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/getchar.c:2411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2420:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2422:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2445:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2464:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2475:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2476:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2494:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/getchar.c:2501:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2501:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2554:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2555:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2570:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2571:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2594:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2596:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2721:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2752:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2760:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2761:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2761:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2767:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2767:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2775:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2776:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/getchar.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2776:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2779:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2787:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2789:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2792:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2800:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2818:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2823:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2830:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2835:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2836:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2853:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2855:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2857:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2863:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/getchar.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2870:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2903:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2906:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2923:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2967:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2969:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2975:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3042:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3057:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3075:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3076:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3077:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3079:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3105:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3111:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3112:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3125:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3127:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3129:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3134:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3178:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3180:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3184:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3186:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3189:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3189:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3190:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3192:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3194:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3196:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3197:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3199:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3208:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3209:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3219:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3230:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3237:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3240:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3244:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3247:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3249:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3254:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3256:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3256:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3264:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3284:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3286:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3288:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3290:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3292:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3294:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3296:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3298:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3321:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3323:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3325:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3327:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3329:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3331:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3334:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3336:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3339:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3341:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3344:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3359:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3369:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3371:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3371:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3372:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3374:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3376:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3384:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3439:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3442:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3443:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3455:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3459:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3466:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3468:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3471:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3473:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3479:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3480:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3481:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3481:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3491:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3513:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3515:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3515:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3552:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3555:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3556:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3559:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3568:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3569:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3575:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3577:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3579:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3589:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3593:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3594:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3595:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3595:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3597:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3600:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3601:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3602:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/getchar.c:3605:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3662:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3666:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3677:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3679:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3683:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3686:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3692:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3694:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3696:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3707:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3729:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3730:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3736:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3737:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3745:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3804:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3814:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3815:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3835:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3835:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3836:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3838:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3840:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3845:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3847:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3853:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3858:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3858:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3859:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3862:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3871:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3932:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3955:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3956:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3958:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3958:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3959:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3959:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3960:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3961:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3963:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3970:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3972:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3974:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3976:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3978:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3980:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3982:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3985:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3988:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3989:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3990:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3991:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3992:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:4001:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4002:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4024:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4029:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:4032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4036:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4037:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4039:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:4044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4060:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4072:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4075:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4093:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4099:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4102:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4114:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4132:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4132:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:4133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4134:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:4136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4136:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4138:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4140:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:4142:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:4144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:4147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4159:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4161:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4184:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:4201:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:4213:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:4222:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:4235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4262:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:100:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:100:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:101:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:101:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:101:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:102:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:102:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:102:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:103:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:103:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:104:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:104:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:105:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:105:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:105:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:106:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:106:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:107:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:107:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:107:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:108:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:108:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:108:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:109:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:109:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:109:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:110:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:110:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:111:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:111:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:112:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:112:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:113:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:113:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:113:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:115:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/hardcopy.c:152:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:152:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:153:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:153:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:154:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:154:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:155:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:157:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:273:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:282:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:282:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:283:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:291:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:294:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:299:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:299:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:300:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:303:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:307:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:310:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:320:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:321:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/hardcopy.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:342:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:360:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:362:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:365:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:367:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:371:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:373:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:411:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:419:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:420:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:424:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:425:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:428:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:431:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:431:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:435:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:469:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:470:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:470:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:489:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:497:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:515:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:516:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:522:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:523:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:536:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/hardcopy.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:537:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:546:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:577:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:589:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:599:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:600:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:601:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:602:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:604:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:605:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:610:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:612:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:616:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:622:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:623:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:624:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:632:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:641:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:661:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:663:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:684:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:691:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:705:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:716:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:719:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:724:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:726:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:723:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:732:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:737:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/hardcopy.c:739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:744:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:753:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:755:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:770:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:771:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/hardcopy.c:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:784:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:797:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:801:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:811:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:834:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:835:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:862:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:866:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:872:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:876:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:938:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:938:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:939:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:939:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:940:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:940:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:941:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:941:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:942:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:942:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:943:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:943:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:944:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:944:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:945:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:945:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:946:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:946:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:947:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:947:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:948:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:948:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:949:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:949:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:950:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:950:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:951:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:951:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:965:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:965:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:974:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:974:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:978:  Missing space before asterisk in prt_ps_font_S*  [whitespace/operators] [2]
src/nvim/hardcopy.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:993:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:994:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:995:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:995:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:996:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:997:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:998:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:998:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:999:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:999:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1000:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1000:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1004:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1004:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1005:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1005:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1006:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1006:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1007:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1007:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1008:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1008:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1009:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1009:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1010:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1010:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1011:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1011:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1025:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1025:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1026:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1026:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1027:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1028:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1029:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1029:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1030:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1030:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1031:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1031:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1035:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1035:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1036:  Missing space after ,  [whitespace/comma] [3]
src/nvim/hardcopy.c:1036:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1036:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1037:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1037:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1038:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1038:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1039:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1039:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1040:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1040:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1041:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1041:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1061:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1061:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1062:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1062:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1063:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1065:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1066:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1066:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1067:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1067:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1068:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1068:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1069:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1069:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1070:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1070:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1074:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1074:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1075:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1075:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1076:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1076:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1077:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1077:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1078:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1078:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1079:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1079:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1080:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1080:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1081:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1081:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1082:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1082:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1083:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1083:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1084:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1084:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1085:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1085:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1086:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1086:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1087:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1087:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1098:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1098:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1099:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1099:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1100:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1100:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1101:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1101:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1102:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1102:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1103:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1103:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1104:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1104:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1105:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1105:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1109:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1109:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1110:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1110:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1111:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1111:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1112:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1112:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1113:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1113:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1114:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1114:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1115:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1115:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1205:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1205:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1206:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1207:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/hardcopy.c:1207:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1208:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1209:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/hardcopy.c:1209:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1321:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1330:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1342:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1344:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1343:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1345:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1357:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1360:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1370:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1379:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1383:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1385:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1404:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1414:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1417:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1430:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1472:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1480:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1482:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1486:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1497:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:1509:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1511:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1549:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1556:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1568:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1572:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1581:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1609:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1610:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1617:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1618:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1619:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1631:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1636:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1637:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1642:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1666:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1669:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1677:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1683:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1685:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1686:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1695:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1696:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1701:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1707:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1713:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1714:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1716:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1716:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:1718:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1719:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1725:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1726:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1727:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1732:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1740:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1741:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1746:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1758:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1761:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1764:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1770:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1774:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1811:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1815:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1822:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/hardcopy.c:1823:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/hardcopy.c:1824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1829:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1831:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1838:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1847:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1848:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1849:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1853:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1858:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1861:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1869:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1871:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1876:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1883:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:1886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1891:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1893:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1898:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1913:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1921:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1926:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1969:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1991:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1994:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2020:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2023:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2039:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2052:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2056:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2059:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2066:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2073:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2077:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2099:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2111:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2118:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2141:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2152:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:2153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2169:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2180:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/hardcopy.c:2210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2227:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2227:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:2228:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2232:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2255:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2265:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2265:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:2266:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2278:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2309:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2310:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2316:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2318:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2346:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2355:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2359:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2366:  Missing space before asterisk in FILE*  [whitespace/operators] [2]
src/nvim/hardcopy.c:2373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2376:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2385:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2389:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2403:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2436:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/hardcopy.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2439:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2477:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2478:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2481:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2486:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2493:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2495:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2497:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2503:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2505:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2507:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2508:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2532:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2537:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2550:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2552:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2564:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2565:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2567:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2576:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2579:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2607:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2608:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2617:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2621:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2622:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2637:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2642:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2644:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2647:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2650:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2677:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2680:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2682:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2684:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2688:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2694:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2704:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2705:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2713:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2716:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2717:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2723:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2724:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2728:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2735:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2739:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2746:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2748:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2784:  Should leave no spaces after a cast: u'(char *) prt_ps_file_name'  [whitespace/cast] [2]
src/nvim/hardcopy.c:2819:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2845:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2854:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2862:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2889:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2896:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2897:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2902:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2906:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2908:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2909:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2914:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2935:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2937:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2950:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2952:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2957:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2962:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2963:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2964:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2965:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2966:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2968:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2970:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2972:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2978:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3016:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:3022:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:3026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3027:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3038:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3048:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3050:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3055:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3056:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3060:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3061:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3068:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3069:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3076:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3077:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hashtab.c:66:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hashtab.c:84:  Missing space before asterisk in hashitem_T*  [whitespace/operators] [2]
src/nvim/hashtab.c:99:  Missing space before asterisk in hashitem_T*  [whitespace/operators] [2]
src/nvim/hashtab.c:331:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hashtab.c:373:  Should leave no spaces after a cast: u'(hash_T) 0'  [whitespace/cast] [2]
src/nvim/if_cscope.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:35:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:36:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:38:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:98:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:99:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:100:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:127:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:159:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:163:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:165:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:167:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:180:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:181:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/if_cscope.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:196:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/if_cscope.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:225:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:234:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:245:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:248:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:251:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:252:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:255:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:262:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:267:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:267:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:268:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:274:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:275:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:287:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:303:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:360:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:364:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:367:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:368:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:372:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:373:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:376:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:377:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:380:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:388:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:393:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:398:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:418:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:422:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:422:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:423:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:433:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:446:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:447:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/if_cscope.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:466:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:474:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:483:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:495:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:498:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:499:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:501:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:505:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:512:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/if_cscope.c:516:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:572:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:599:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:614:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:614:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:616:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:619:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:619:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:627:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:627:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:629:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:648:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/if_cscope.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:685:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:686:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:687:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/if_cscope.c:691:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:719:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:721:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:723:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:725:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:737:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:739:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:757:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:789:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:796:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:799:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:802:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:803:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:806:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:807:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:821:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:825:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:836:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:838:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:858:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:857:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:905:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:908:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:910:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:916:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:923:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:923:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:924:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:928:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:927:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:985:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:988:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:993:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:993:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:994:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:995:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1001:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1002:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1008:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1012:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1035:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1039:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1043:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1054:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1056:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1056:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1059:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1072:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1072:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1073:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1086:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1095:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1102:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1120:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1123:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1124:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1125:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1126:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1135:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1140:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1170:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1192:  Missing space before asterisk in csinfo_T)*  [whitespace/operators] [2]
src/nvim/if_cscope.c:1194:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1200:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1204:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1205:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1210:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1211:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1231:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1237:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1241:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1242:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1261:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1272:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1277:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1285:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1291:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1297:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1322:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1369:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1374:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1412:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1420:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1430:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1466:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1476:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1477:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/if_cscope.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1487:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1487:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1489:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1489:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1491:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1491:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1500:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1522:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1526:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1527:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1532:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1532:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/if_cscope.c:1533:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1535:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1537:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1539:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1547:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1582:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1583:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1591:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1593:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1593:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1598:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1602:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1623:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1627:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1627:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1628:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1629:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1630:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/if_cscope.c:1750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1770:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1800:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1801:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1805:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1809:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1820:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1886:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1889:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1916:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1925:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1936:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1942:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1944:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1967:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1979:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2004:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2032:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2039:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:2040:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:2044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2052:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2056:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:2066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2073:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:2075:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2093:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2105:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:56:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent.c:324:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:464:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:478:  if should always use braces  [readability/braces] [5]
src/nvim/indent.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:485:  if should always use braces  [readability/braces] [5]
src/nvim/indent.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent.c:505:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent.c:532:  Should leave no spaces after a cast: u'(varnumber_T) curwin'  [whitespace/cast] [2]
src/nvim/indent.c:618:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent.c:708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:40:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:51:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:59:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:59:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:61:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:113:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:116:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:124:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:124:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:126:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:129:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:149:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:151:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:155:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:156:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:157:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:164:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:165:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:166:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:167:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:170:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:181:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:181:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:182:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:183:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:188:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:194:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:195:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:253:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:255:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:262:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:262:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:297:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:312:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:314:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:314:  Missing space before {  [whitespace/braces] [5]
src/nvim/indent_c.c:315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:319:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:322:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:335:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:336:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:338:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:362:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:378:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:385:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:389:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:391:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:395:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:395:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:397:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:399:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:400:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:403:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:414:  Missing space after {  [whitespace/braces] [5]
src/nvim/indent_c.c:414:  Missing space before }  [whitespace/braces] [5]
src/nvim/indent_c.c:418:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:424:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:432:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:436:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:437:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:439:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:442:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:448:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:449:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:456:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:459:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:462:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:464:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:467:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:470:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:471:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:476:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:479:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:480:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:502:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:504:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:506:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:522:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:529:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:534:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:535:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:536:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:541:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:554:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:556:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:557:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:560:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:566:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:575:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:576:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:587:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:615:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:648:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:650:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:655:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:661:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:661:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:662:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/indent_c.c:663:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:691:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:697:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:699:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:700:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:702:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:706:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:709:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:710:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:723:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:724:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:725:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:737:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:741:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:745:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:748:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:752:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:783:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:791:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:795:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:798:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:804:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:805:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:806:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:811:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:814:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:817:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:837:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:839:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:849:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:856:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:857:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:892:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:906:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:909:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:914:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:916:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:917:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:919:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:919:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:920:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:921:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:926:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:939:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:954:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:955:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:962:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:965:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:973:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:974:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:976:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:977:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:979:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:995:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:997:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:998:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1001:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1006:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1011:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1041:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1042:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1057:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1061:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1070:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1071:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1073:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1108:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1109:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1136:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1139:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1142:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1144:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1165:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1169:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1171:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1175:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1184:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1189:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1191:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1201:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1202:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1212:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1247:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1274:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1276:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1277:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1280:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1306:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1308:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1310:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1322:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1323:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1338:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/indent_c.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1338:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/indent_c.c:1339:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1342:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1430:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1442:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1450:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1451:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1453:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1454:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1455:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1455:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1457:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1602:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1603:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1610:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1618:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1620:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1620:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1622:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1625:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1627:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1669:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1670:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1734:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1749:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1820:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1835:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1839:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1842:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:1843:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1846:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1847:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1862:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1869:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1884:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1898:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1912:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/indent_c.c:1913:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1915:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1915:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1924:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:1925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1925:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1934:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1939:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1956:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1957:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1958:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1962:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1966:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1981:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1983:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1997:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:2000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2003:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2060:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2061:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2091:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:2099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2106:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2108:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2110:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2112:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2125:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2135:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2142:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2155:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2157:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2178:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2184:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2207:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2209:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2225:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2225:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2226:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2226:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2227:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2227:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2229:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2260:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2262:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2296:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2301:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2315:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2358:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2360:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2381:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2384:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2403:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2409:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2413:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2427:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2442:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2447:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2467:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2470:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2487:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2497:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2524:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2529:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2539:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2579:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2582:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2597:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2599:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2640:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2651:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2666:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2668:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2675:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2683:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2683:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:2685:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2703:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/indent_c.c:2747:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2747:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2748:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2748:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2763:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2776:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2777:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2793:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2795:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2826:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2852:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2854:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2873:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2890:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2892:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2905:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2909:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2921:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:2921:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2931:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2943:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3014:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3029:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:3030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3039:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3041:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3049:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3052:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3061:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:3061:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3079:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3097:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3099:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3114:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3122:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:3122:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3135:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3135:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3144:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:3145:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3161:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3169:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3173:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3189:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3207:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3219:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3223:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3252:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3253:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3254:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3255:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3256:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3257:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3301:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3304:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3323:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3336:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3338:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3344:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3346:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3355:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3363:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3372:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3394:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3395:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3398:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3424:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3439:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3446:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3459:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3467:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3477:  Small and focused functions are preferred: get_c_indent() has 1011 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/indent_c.c:3488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3491:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3514:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3522:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3530:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3541:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3542:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3551:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3563:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3568:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3588:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3590:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:25:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/keymap.c:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:26:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/keymap.c:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:30:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:30:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:31:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:31:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:33:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:33:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:34:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:34:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:35:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:35:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:36:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:36:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:37:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:37:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:39:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:39:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:40:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:40:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:51:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/keymap.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:57:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/keymap.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:58:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/keymap.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:144:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:144:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:145:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:145:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:146:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:146:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:147:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:147:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:148:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:148:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:149:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:149:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:150:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:150:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:151:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:151:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:152:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:152:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:153:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:153:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:154:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:154:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:158:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:158:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:159:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:159:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:160:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:160:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:161:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:161:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:162:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:162:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:163:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:163:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:164:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:164:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:165:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:165:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:166:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:166:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:167:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:167:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:168:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:168:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:169:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:169:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:170:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:170:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:171:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:171:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:173:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:173:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:174:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:174:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:175:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:175:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:176:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:176:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:177:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:177:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:178:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:178:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:179:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:179:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:180:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:180:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:181:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:181:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:182:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:182:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:184:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:184:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:185:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:185:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:186:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:186:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:187:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:187:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:189:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:189:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:190:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:190:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:191:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:191:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:192:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:192:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:193:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:193:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:195:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:195:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:196:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:196:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:198:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:198:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:199:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:199:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:200:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:200:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:201:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:201:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:202:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:202:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:203:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:203:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:204:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:204:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:209:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:209:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:214:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:214:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:216:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:216:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:217:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:217:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:219:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:219:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:220:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:220:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:221:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:221:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:222:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:222:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:223:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:223:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:224:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:224:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:225:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:225:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:226:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:226:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:227:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:227:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:228:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:228:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:229:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:229:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:230:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:230:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:231:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:231:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:232:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:232:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:244:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:244:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:246:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:246:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:247:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:247:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:248:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:248:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:249:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:249:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:250:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:250:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:251:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:251:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:252:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:252:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:253:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:253:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:255:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:255:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:257:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:257:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:258:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:258:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:259:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:259:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:260:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:260:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:262:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:262:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:263:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:263:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:265:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:265:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:267:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:267:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:269:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:269:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:271:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:271:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:273:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/keymap.c:273:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:273:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:275:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:275:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:276:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:276:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:278:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:278:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:279:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:280:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:280:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:281:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:281:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:282:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:282:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:283:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:283:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:284:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:284:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:285:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:285:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:286:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:286:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:287:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:287:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:288:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:288:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:298:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:298:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:300:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:300:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:300:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:301:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:301:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:301:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:304:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:307:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:309:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:310:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:311:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:317:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:317:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:329:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:330:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:353:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:407:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:415:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:417:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:420:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:450:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:465:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/keymap.c:465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/keymap.c:466:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/keymap.c:472:  while should always use braces  [readability/braces] [5]
src/nvim/keymap.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:572:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/keymap.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:695:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:698:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:717:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:718:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:735:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:822:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/keymap.c:829:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/keymap.c:884:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/keymap.c:895:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/log.c:73:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/log.c:86:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.c:133:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/log.c:146:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/main.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:245:  Should leave no spaces after a cast: u'(char *) path_tail'  [whitespace/cast] [2]
src/nvim/main.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:254:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:268:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:275:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:288:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:289:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:301:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:363:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:376:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:382:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:394:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:409:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:410:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:411:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:420:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:443:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:450:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:463:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:486:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:493:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:502:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:507:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:511:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:514:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:527:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:551:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:556:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:591:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:592:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:604:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:605:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:613:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:623:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:695:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:701:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:702:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:709:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:714:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:720:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/main.c:721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:727:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:737:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:750:  Missing space before asterisk in msgpack_sbuffer*  [whitespace/operators] [2]
src/nvim/main.c:751:  Missing space before asterisk in msgpack_packer*  [whitespace/operators] [2]
src/nvim/main.c:769:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:771:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:773:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:774:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:777:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:780:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:782:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:784:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:824:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:825:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:829:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:831:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:847:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:879:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:885:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:886:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:901:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:902:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:903:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:904:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:914:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:918:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:921:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:922:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:927:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:932:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:937:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:938:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:944:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:948:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:951:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/main.c:951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:954:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:967:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:981:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:984:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:985:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:987:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:993:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:998:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1006:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1007:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1012:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/main.c:1013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1023:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1079:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1082:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1089:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/main.c:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1096:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/main.c:1096:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1100:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1112:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1112:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1124:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1128:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/main.c:1129:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/main.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1138:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1139:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1177:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1228:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1230:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1242:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1256:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1258:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1280:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1299:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1300:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/main.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1328:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1330:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1332:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1350:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1357:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1364:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1366:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1368:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1372:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1374:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1383:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1384:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1388:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1390:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1393:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1401:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1405:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1409:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1412:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1423:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1426:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1436:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1438:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1441:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1442:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1452:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1458:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1459:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1464:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1468:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/main.c:1474:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1475:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1476:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1482:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1486:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1491:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1501:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1507:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1510:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1515:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1524:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1526:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1540:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1542:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1559:  for should always use braces  [readability/braces] [5]
src/nvim/main.c:1559:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/main.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1580:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1584:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/main.c:1586:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1591:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1598:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1649:  Should leave no spaces after a cast: u'(char_u *) vimrc'  [whitespace/cast] [2]
src/nvim/main.c:1653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1684:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1690:  Should leave no spaces after a cast: u'(void) do_source'  [whitespace/cast] [2]
src/nvim/main.c:1703:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1812:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1826:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1835:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1839:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1846:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1854:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1856:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1859:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1860:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1861:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1862:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1863:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1864:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1865:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1866:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1867:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1868:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/map.c:35:  Missing space after {  [whitespace/braces] [5]
src/nvim/map.c:35:  Missing space before }  [whitespace/braces] [5]
src/nvim/map.c:141:  Missing space after {  [whitespace/braces] [5]
src/nvim/map.c:141:  Missing space before }  [whitespace/braces] [5]
src/nvim/mark.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:94:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:102:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:124:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:128:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:134:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/mark.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:134:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:160:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:205:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:220:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mark.c:221:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:228:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:236:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:237:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:242:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:264:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:267:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:304:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:339:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:349:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:361:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:368:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:370:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:380:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:393:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:394:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/mark.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:408:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/mark.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:432:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:436:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:464:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/mark.c:470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:492:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:495:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:495:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:499:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:529:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:570:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:593:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:609:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:613:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:613:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:615:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:616:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:618:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:624:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:638:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/mark.c:639:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/mark.c:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:647:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:648:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:651:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:653:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:654:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:661:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mark.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:667:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:671:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:679:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:702:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:704:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:706:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:706:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:708:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:724:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:728:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:742:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:770:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:772:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:784:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:783:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:798:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:813:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:821:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:823:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:818:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:832:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:843:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:846:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:854:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:856:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:858:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:883:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:894:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:905:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:910:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:910:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:935:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:945:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1015:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1019:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1021:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:1021:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1031:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/mark.c:1037:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1043:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1047:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1058:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:1058:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1079:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1111:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1112:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1114:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:1114:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1115:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1133:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1145:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1147:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1170:  Missing space after {  [whitespace/braces] [5]
src/nvim/mark.c:1170:  Missing space before }  [whitespace/braces] [5]
src/nvim/mark.c:1176:  Should leave no spaces after a cast: u'(const xfmark_T *const) iter'  [whitespace/cast] [2]
src/nvim/mark.c:1203:  Should leave no spaces after a cast: u'(const xfmark_T *const) iter'  [whitespace/cast] [2]
src/nvim/mark.c:1204:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1208:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1212:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1213:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1214:  Should leave no spaces after a cast: u'(char) iter_off'  [whitespace/cast] [2]
src/nvim/mark.c:1215:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1217:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1219:  Should leave no spaces after a cast: u'(const void *) iter_mark'  [whitespace/cast] [2]
src/nvim/mark.c:1284:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1292:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1301:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1305:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1308:  Should leave no spaces after a cast: u'(const void *) iter_mark'  [whitespace/cast] [2]
src/nvim/mark.c:1371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1378:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:121:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:122:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:123:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:124:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:125:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:126:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:127:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:128:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:136:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:137:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:138:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:139:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:140:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:141:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:142:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:143:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:159:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:159:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:161:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:161:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:163:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:163:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:165:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:165:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:167:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:167:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:169:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:169:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:171:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:171:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:173:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:173:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:175:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:175:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:177:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:177:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:179:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:179:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:181:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:181:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:183:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:183:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:185:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:185:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:187:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:187:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:189:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:189:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:191:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:191:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:193:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:193:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:195:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:195:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:199:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:199:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:203:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:203:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:205:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:205:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:209:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:209:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:213:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:213:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:221:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:221:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:223:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:223:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:225:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:225:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:227:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:227:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:229:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:229:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:231:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:231:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:243:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:243:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:247:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:247:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:249:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:249:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:251:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:251:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:253:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:253:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:255:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:255:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:257:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:257:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:259:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:259:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:279:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:290:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:290:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:291:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:291:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:292:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:292:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:293:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:293:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:294:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:294:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:295:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:295:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:296:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:296:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:297:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:297:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:298:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:298:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:300:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:300:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:301:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:301:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:313:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:313:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:315:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:315:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:317:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:317:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:318:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:318:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:319:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:319:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:320:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:320:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:321:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:321:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:322:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:322:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:323:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:323:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:324:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:324:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:325:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:325:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:326:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:326:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:327:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:327:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:328:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:328:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:329:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:329:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:330:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:330:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:331:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:331:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:332:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:332:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:333:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:333:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:334:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:334:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:335:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:335:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:336:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:336:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:337:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:337:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:338:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:338:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:339:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:339:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:340:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:340:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:341:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:341:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:342:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:342:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:343:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:343:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:344:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:344:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:345:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:345:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:346:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:346:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:347:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:347:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:348:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:348:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:349:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:349:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:350:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:350:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:351:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:351:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:362:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:362:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:363:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:383:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:415:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:415:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:419:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:431:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:433:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:458:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:515:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:522:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:522:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:524:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:526:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:539:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:541:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:551:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:581:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mbyte.c:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:605:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:608:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:610:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:611:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:628:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:631:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:651:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:657:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:659:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:756:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:763:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:763:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mbyte.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:785:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:819:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:842:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:880:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:889:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:895:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:916:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:918:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:920:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:943:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:945:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:948:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:950:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:955:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:958:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/mbyte.c:958:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:982:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:985:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:996:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1035:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1054:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1094:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1115:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1130:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1135:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1138:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1142:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1146:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1150:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1182:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1255:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1285:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1288:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1293:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1354:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1355:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1373:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1376:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1376:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1377:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1409:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1411:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1413:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1413:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1414:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1429:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1431:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1438:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1447:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1467:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1469:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1476:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1487:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1495:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1514:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1516:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1518:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1520:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1522:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1600:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1600:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1601:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1601:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1602:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1602:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1624:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1624:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1625:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1625:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1626:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1626:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1627:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1627:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1628:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1628:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1629:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1629:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1630:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1630:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1631:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1631:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1632:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1632:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1633:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1633:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1634:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1634:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1635:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1635:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1636:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1636:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1637:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1637:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1638:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1638:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1639:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1639:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1640:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1640:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1641:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1641:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1642:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1642:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1643:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1643:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1644:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1644:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1645:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1645:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1646:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1646:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1647:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1647:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1648:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1648:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1649:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1649:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1650:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1650:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1651:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1651:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1652:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1652:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1653:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1653:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1654:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1654:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1655:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1655:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1656:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1656:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1657:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1657:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1658:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1658:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1659:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1659:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1660:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1660:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1661:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1661:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1662:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1662:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1663:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1663:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1664:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1664:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1665:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1665:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1666:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1666:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1667:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1667:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1668:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1668:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1669:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1669:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1670:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1670:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1671:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1671:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1672:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1672:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1673:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1673:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1674:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1674:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1675:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1675:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1676:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1676:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1677:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1677:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1678:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1678:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1679:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1679:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1680:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1680:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1681:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1681:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1682:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1682:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1683:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1683:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1684:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1684:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1685:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1685:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1686:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1686:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1687:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1687:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1688:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1688:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1689:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1689:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1690:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1690:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1698:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1700:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1708:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1712:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1741:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1743:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1746:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1771:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1776:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1781:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1801:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1806:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1811:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1832:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1835:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1839:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1847:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1869:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1878:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1880:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1883:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1906:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1919:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1922:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1962:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1972:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:1971:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mbyte.c:1972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1973:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:1975:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2021:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2034:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2036:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:2036:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2049:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2055:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2058:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2061:  while should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2062:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2066:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2069:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2073:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2079:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2081:  while should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2082:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2083:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2115:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2119:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2119:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2120:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/mbyte.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2123:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2123:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2124:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2126:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2151:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2151:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2152:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/mbyte.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2154:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2154:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2155:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2157:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2164:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2196:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2206:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2207:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2209:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2209:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2222:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2224:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2256:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2257:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mbyte.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2261:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2275:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mbyte.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2277:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2291:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2294:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2308:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2331:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2338:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2343:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2344:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2346:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2358:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2372:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2383:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2385:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2386:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2385:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2386:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2399:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2426:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2427:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2429:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2438:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2454:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2459:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2477:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2477:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2478:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2499:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2531:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/mbyte.c:2536:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2539:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2540:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2542:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2544:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2570:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2575:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2596:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2631:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2658:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:2659:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2660:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2660:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2665:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2667:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2669:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2669:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2686:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2714:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2724:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2727:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2731:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mbyte.c:2732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2731:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mbyte.c:2733:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2734:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2738:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2739:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2742:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2743:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2755:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2758:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2760:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2768:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2780:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2797:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2799:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2839:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2847:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2853:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2855:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2857:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2859:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2878:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2889:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2921:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2925:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2932:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2934:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2936:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2936:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2942:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2949:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2964:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2972:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2974:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2976:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2992:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3012:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:3019:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3027:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3044:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3046:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3054:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3056:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:144:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memfile.c:150:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:223:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memfile.c:329:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:335:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:375:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:383:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:433:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:438:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:446:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:451:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:457:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:519:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:524:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:550:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:579:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:583:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:586:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:591:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:684:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:725:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:726:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:750:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:761:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:767:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:769:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:771:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:783:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:832:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:973:  while should always use braces  [readability/braces] [5]
src/nvim/memfile.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1003:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:1006:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1023:  while should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1053:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1054:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1058:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/memline.c:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:74:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/memline.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:104:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:104:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:121:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:139:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:180:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:280:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:303:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:305:  Should leave no spaces after a cast: u'(char *) b0p'  [whitespace/cast] [2]
src/nvim/memline.c:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:327:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:333:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:366:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:408:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:410:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:416:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:427:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:452:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:490:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:502:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:511:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:530:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:531:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:533:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:535:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:546:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:547:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:551:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:561:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:564:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:599:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:640:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:643:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:646:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:661:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:663:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:663:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:674:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:674:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:715:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:717:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:730:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:732:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:732:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:773:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:778:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:787:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:794:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:797:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:800:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:805:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:807:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:809:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:813:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:817:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:819:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:823:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:845:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:846:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/memline.c:850:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:872:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:872:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:917:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:918:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:922:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:924:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:941:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:941:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:945:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:948:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:951:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:965:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:965:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:976:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:976:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:977:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/memline.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:988:  while should always use braces  [readability/braces] [5]
src/nvim/memline.c:989:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:995:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:997:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1006:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1019:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1023:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1025:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1038:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1038:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1044:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1044:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1047:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1049:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1055:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1055:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1056:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1066:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1067:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1068:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1069:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1070:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1074:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1076:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1076:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1078:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1104:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1106:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1120:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1119:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1120:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1121:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1122:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1135:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1137:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1136:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1137:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1138:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1139:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1142:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1147:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1148:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1150:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1152:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1154:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1154:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1159:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1183:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1186:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1193:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1203:  while should always use braces  [readability/braces] [5]
src/nvim/memline.c:1205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1209:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1211:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1212:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1215:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:1215:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1216:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1223:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:1225:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1234:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1236:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1240:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1245:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1246:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1248:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1263:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1264:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1267:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1289:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1291:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1328:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1332:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1337:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:1337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1337:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/memline.c:1337:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:1338:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1341:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1343:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1348:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1350:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1351:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1360:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1377:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1377:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1378:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1383:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1385:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1386:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1386:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1399:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1401:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1410:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1418:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1421:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1424:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1424:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1426:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1449:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1483:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1487:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/memline.c:1488:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1508:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1522:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1524:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1535:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1544:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1547:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1562:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1563:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1565:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1569:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1573:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1576:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1577:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1578:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1581:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1596:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1613:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1614:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1619:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1620:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1645:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1686:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1694:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1696:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1734:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1749:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1751:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1757:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1760:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1781:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1783:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1796:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1823:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1824:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1827:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1832:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1832:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1835:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1837:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1844:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1845:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1849:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1853:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1861:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1862:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1886:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1889:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1892:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1904:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1910:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1933:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1934:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1935:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1946:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1954:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1965:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1967:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1970:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1971:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1972:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1972:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1975:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1982:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1989:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2028:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2032:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2033:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2035:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2040:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2043:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2076:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2080:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2081:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2101:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2102:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2115:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2119:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2127:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2129:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2141:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2143:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2160:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2163:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2177:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2180:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2181:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2189:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2191:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2198:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2204:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2220:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2224:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2244:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2253:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2254:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2260:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2272:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2281:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2281:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2284:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2284:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2323:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2327:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2333:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2335:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2373:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2376:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2383:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2387:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2399:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2402:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2411:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2414:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2416:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2433:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2446:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2448:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2448:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2461:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2479:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2479:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2484:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2504:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2508:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2516:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2534:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2535:  Should leave no spaces after a cast: u'(linenr_T) 0'  [whitespace/cast] [2]
src/nvim/memline.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2547:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2552:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2553:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2562:  Should leave no spaces after a cast: u'(linenr_T) 0'  [whitespace/cast] [2]
src/nvim/memline.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2575:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2587:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2592:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2593:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2623:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2628:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2630:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2636:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2638:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2638:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2659:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2660:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2663:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2663:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2687:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2686:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2688:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2775:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2776:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2778:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2779:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2792:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2796:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2805:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2811:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:2815:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2816:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2817:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2824:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2830:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2831:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2833:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2859:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2885:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2889:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2911:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2913:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2959:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2961:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2989:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3008:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3026:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3028:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3028:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:3032:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3043:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3051:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3060:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:3060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3060:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/memline.c:3060:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/memline.c:3060:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:3062:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3063:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3072:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3078:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3079:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3100:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3112:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3115:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3116:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3117:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3117:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:3120:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3122:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3126:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3136:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:3137:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3145:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3158:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/memline.c:3159:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3163:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3169:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:3169:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/memline.c:3179:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3196:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3201:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3202:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3203:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3249:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/memline.c:3251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3257:  Should leave no spaces after a cast: u'(char_u **) dirp'  [whitespace/cast] [2]
src/nvim/memline.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3266:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3285:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3319:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3325:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3336:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3337:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3351:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3358:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3359:  Should leave no spaces after a cast: u'(char_u *) buf_fname'  [whitespace/cast] [2]
src/nvim/memline.c:3360:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3364:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3368:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3380:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3379:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3392:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3394:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3393:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3397:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3425:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3430:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3430:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3432:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:3435:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3437:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3439:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/memline.c:3444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3457:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3463:  Should leave no spaces after a cast: u'(char_u *) dir_name'  [whitespace/cast] [2]
src/nvim/memline.c:3484:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:3488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3537:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3566:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3573:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3574:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3575:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3582:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3583:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3584:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3628:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3669:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3698:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3711:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3722:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3749:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3794:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3817:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3869:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3874:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3876:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3878:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3895:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3901:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3908:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3910:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3914:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3923:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3935:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3937:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3939:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3952:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3976:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3977:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3987:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3992:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:1:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/memory.c:36:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:169:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/memory.c:293:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memory.c:317:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memory.c:394:  Should leave no spaces after a cast: u'(uint8_t *) src'  [whitespace/cast] [2]
src/nvim/memory.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:488:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:497:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:499:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:571:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:573:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memory.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:594:  for should always use braces  [readability/braces] [5]
src/nvim/memory.c:595:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:39:  Missing space after {  [whitespace/braces] [5]
src/nvim/menu.c:39:  Missing space before }  [whitespace/braces] [5]
src/nvim/menu.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:50:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:51:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:67:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.c:67:  Multi-line string ("...") found.  This lint script doesn't do well with such strings, and may give bogus warnings.  Use C++11 raw strings or concatenation instead.  [readability/multiline_string] [5]
src/nvim/menu.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:67:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:111:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:111:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:112:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:115:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:117:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:119:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:120:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:126:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:128:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:136:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:181:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:181:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:193:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:200:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:200:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:209:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:228:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/menu.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:234:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:234:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:250:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/menu.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:256:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:257:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:260:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/menu.c:259:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:297:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:312:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:318:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:393:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:394:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:404:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:411:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:437:  Extra space before )  [whitespace/parens] [2]
src/nvim/menu.c:439:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:441:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:453:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:469:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:471:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:473:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:474:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/menu.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:475:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:487:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/menu.c:491:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:505:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:508:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:536:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:537:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:548:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:558:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:566:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:576:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:582:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:586:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:588:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:593:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:602:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:636:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:639:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/menu.c:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:650:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:651:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:717:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:724:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:735:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:738:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:740:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:747:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:749:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:753:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:758:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:761:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:767:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:771:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:772:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:788:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/menu.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:802:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:802:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:803:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:807:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:817:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:818:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:822:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:823:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:825:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:832:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:846:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/menu.c:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:882:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:899:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:903:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:911:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:914:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:914:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:916:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:919:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/menu.c:922:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:945:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:949:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:953:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:950:  Extra space after (  [whitespace/parens] [2]
src/nvim/menu.c:951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:953:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:953:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/menu.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:956:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:963:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:963:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:965:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:973:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:975:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:977:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:978:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:981:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1005:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1009:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1031:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:1031:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1046:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:1047:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1090:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1091:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1098:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1100:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1143:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1147:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1154:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1156:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1306:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1307:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1316:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1318:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:1319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:1321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1322:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1339:  Missing space before asterisk in menutrans_T*  [whitespace/operators] [2]
src/nvim/menu.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1372:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1374:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1383:  Missing space before asterisk in menutrans_T*  [whitespace/operators] [2]
src/nvim/menu.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1398:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:1399:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1442:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:1443:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1456:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1464:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:57:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:69:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:125:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:137:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:149:  Should leave no spaces after a cast: u'(char *) s'  [whitespace/cast] [2]
src/nvim/message.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:157:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:158:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:159:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:163:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:172:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:177:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:178:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:185:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:190:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:199:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:212:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:215:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:219:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:252:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:263:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:265:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:288:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:288:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/message.c:290:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:296:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:296:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:304:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:362:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:364:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:366:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:381:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:403:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:418:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:434:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:436:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:439:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:450:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:454:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:496:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:497:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:498:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:503:  Should leave no spaces after a cast: u'(char *) s'  [whitespace/cast] [2]
src/nvim/message.c:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:524:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:531:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:532:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:534:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:536:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:541:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:542:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:544:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:545:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:545:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:547:  Use operator && instead of and  [readability/alt_tokens] [2]
src/nvim/message.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:576:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/message.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:597:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:601:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:623:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:630:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:639:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:649:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:654:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:658:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:659:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:661:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:662:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:666:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:669:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:671:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:682:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:692:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:704:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:707:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:710:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:712:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:725:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:726:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:748:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:748:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:753:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:762:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:771:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:776:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:780:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:805:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:806:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:817:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:818:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:819:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:833:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:836:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:837:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:845:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:851:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:870:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/message.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:875:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:882:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:882:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:886:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:893:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:896:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:908:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:909:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:910:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:922:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:934:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:935:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:937:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:941:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:952:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:956:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:965:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:986:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:990:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:993:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:997:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1007:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1034:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1119:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1122:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1124:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1128:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1131:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1134:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1148:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1150:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1154:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1155:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1156:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1160:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1173:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:1173:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:1174:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1178:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:1178:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1198:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1214:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1215:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1220:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1221:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1232:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1241:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1253:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1262:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1270:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1284:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1287:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1288:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1304:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1309:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1325:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1326:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1353:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1354:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1359:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1364:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1365:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1367:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1405:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1443:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1444:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1455:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1461:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1596:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1603:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1614:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1617:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1619:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1620:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1623:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1625:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1629:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1631:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1632:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1633:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1639:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1640:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1643:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1645:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1651:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1659:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/message.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1665:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1667:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1671:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1675:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1681:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1691:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1717:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1721:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1723:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1744:  Should leave no spaces after a cast: u'(char *) sourcing_name'  [whitespace/cast] [2]
src/nvim/message.c:1755:  Should leave no spaces after a cast: u'(int64_t) sourcing_lnum'  [whitespace/cast] [2]
src/nvim/message.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1767:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1773:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1785:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1805:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1806:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1860:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1870:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1887:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1888:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1889:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1890:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1903:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1909:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1910:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1913:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1995:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:1996:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2011:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2066:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2067:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2075:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2077:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2078:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2086:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2093:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2101:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:2102:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2107:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:2108:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2124:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:2126:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2138:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2147:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2148:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2203:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2212:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2221:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2227:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2258:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2268:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2280:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2282:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2283:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2320:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2368:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2378:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2379:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2393:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2397:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2404:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2408:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2410:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2412:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2416:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2417:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2418:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2424:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2426:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2428:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2430:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2432:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2433:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2434:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2446:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/message.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2455:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2456:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2465:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2466:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2476:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2488:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2490:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2503:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2532:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2536:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2538:  Should leave no spaces after a cast: u'(char *) message'  [whitespace/cast] [2]
src/nvim/message.c:2541:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2543:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2545:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2547:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2548:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2551:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2563:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2565:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2566:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:2568:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2569:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2592:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:2599:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:2601:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:2598:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:2598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2600:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:2600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2600:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2600:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2611:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2623:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2651:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:2653:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2656:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2658:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2660:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2672:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2684:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:2687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2703:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2758:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2759:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2785:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2788:  Missing space after {  [whitespace/braces] [5]
src/nvim/message.c:2788:  Missing space before }  [whitespace/braces] [5]
src/nvim/message.c:2804:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2806:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2850:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2859:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2863:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2885:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2886:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2888:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2894:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2896:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2896:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2906:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2906:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2913:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2916:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2917:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2918:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2919:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2941:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2943:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2944:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2946:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2961:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2963:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2963:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2964:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2978:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2980:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2981:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2982:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2984:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2986:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3042:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3044:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3191:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/message.c:3248:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3250:  Should leave no spaces after a cast: u'(char_u *) str_arg'  [whitespace/cast] [2]
src/nvim/message.c:3289:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3290:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3405:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3410:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3411:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3416:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3418:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3420:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3462:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3464:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3466:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3468:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3475:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3478:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3504:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3511:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3533:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3542:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/message.c:3551:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3553:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3555:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3559:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3566:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3568:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3568:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3576:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3582:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3584:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3588:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3592:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3593:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3603:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3621:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3627:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3718:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:81:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:82:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:125:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:141:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:143:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:171:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:172:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:184:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:185:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:202:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:203:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:215:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:216:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:229:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:250:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:251:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:258:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:259:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:260:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:284:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:285:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:292:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/misc1.c:294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:318:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:319:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:325:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:328:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:336:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:337:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:338:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:355:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:380:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:381:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:382:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:388:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:390:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:394:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:402:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:402:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:450:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:451:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:452:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:453:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:454:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:459:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:463:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:468:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:479:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:481:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:481:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:505:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:507:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:509:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:510:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:514:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:515:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:516:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:517:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:539:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:556:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:566:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:572:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:577:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:586:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:586:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:599:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:621:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:629:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:631:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:632:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:637:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:657:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:658:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:659:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:693:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:700:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:702:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:703:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:706:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:707:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:736:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:740:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:741:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:743:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:749:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:765:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:771:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:788:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:789:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:805:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:813:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:814:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:824:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:830:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:831:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:834:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:837:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:838:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:848:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:862:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:889:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:902:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:919:  Small and focused functions are preferred: () has 559 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/misc1.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:931:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:935:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:945:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:946:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:955:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:959:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:964:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:970:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:977:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:981:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:989:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:991:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:992:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:994:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:994:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:995:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:996:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1001:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1022:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1024:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1031:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1034:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1038:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1044:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1045:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1047:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1051:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1052:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1085:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1095:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/misc1.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1111:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1112:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1114:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1114:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1115:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:1116:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1131:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1133:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1148:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1159:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1160:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1167:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1170:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1171:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1172:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1174:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1180:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1182:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1197:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1200:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1201:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1214:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1217:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1218:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1226:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1229:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1234:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1253:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1262:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1291:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1294:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1322:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1336:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1339:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1340:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1341:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1342:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1343:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1465:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/misc1.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1485:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1526:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1533:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/misc1.c:1534:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1555:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1573:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:1578:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1601:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1635:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1637:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1656:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1670:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1691:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1692:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1699:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1700:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1708:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1712:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1716:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1720:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1723:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1740:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1742:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/misc1.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1750:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1751:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1752:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1753:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1767:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/misc1.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1792:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1800:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1811:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1812:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1847:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1849:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1912:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1913:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1917:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1934:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1953:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1958:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1961:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1978:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1990:  Missing space after {  [whitespace/braces] [5]
src/nvim/misc1.c:1990:  Missing space before }  [whitespace/braces] [5]
src/nvim/misc1.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1995:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1996:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1997:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1997:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2004:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2004:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2005:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2006:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2026:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2035:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2038:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2051:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2068:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2071:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2078:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2082:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2096:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2096:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2128:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2132:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2140:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2141:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2149:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2152:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2153:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2155:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2166:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2182:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2183:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2185:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/misc1.c:2184:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/misc1.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2184:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:2194:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2195:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2196:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2197:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2204:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2216:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2217:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2236:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2239:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2240:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2246:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2248:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2255:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2258:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2259:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2333:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2336:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2337:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2347:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2349:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2360:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2363:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2370:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2376:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2391:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2392:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2402:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2406:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2409:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2410:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2417:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2421:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2425:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2430:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2432:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2433:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2435:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2438:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2439:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2455:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2456:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:2457:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2472:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2475:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2486:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2493:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2496:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2498:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2508:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2510:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2511:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2513:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2515:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2578:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2579:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2589:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2607:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2609:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2628:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/misc1.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2702:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2719:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2721:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2747:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2747:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:2748:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2767:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2769:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:62:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:107:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:129:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:143:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:163:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc2.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:169:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:176:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc2.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:179:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc2.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:183:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:184:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc2.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:198:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:200:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:209:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc2.c:210:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc2.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:217:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:219:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc2.c:219:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc2.c:220:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:225:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:227:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:265:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc2.c:266:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc2.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:296:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:306:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc2.c:308:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc2.c:312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc2.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:320:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc2.c:321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc2.c:325:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:330:  Should leave no spaces after a cast: u'(varnumber_T) retval'  [whitespace/cast] [2]
src/nvim/misc2.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:346:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:349:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc2.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:435:  for should always use braces  [readability/braces] [5]
src/nvim/misc2.c:435:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mouse.c:76:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:88:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:90:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:102:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:107:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:110:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:117:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:141:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:143:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:154:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:155:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:158:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:154:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:155:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:158:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:154:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:155:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:158:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:154:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:155:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:158:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:174:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:181:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:188:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:190:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:230:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:231:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:234:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:239:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:241:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:254:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:270:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:272:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:389:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:395:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:427:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:431:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:437:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:455:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:458:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:487:  for should always use braces  [readability/braces] [5]
src/nvim/mouse.c:487:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:66:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:84:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:117:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:132:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:145:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:149:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:159:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:170:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:170:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:177:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:181:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:187:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:196:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:199:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:239:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/move.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:256:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:275:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:276:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:278:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:282:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:285:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:287:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:304:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:307:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:317:  Missing space before asterisk in win_T*  [whitespace/operators] [2]
src/nvim/move.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:354:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:360:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:470:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:525:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:528:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:539:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:547:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:554:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:556:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:573:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:626:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:649:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:654:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:674:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/move.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:689:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:727:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:730:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:767:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:775:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:796:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:801:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:806:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:815:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:822:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:824:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:849:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:853:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:855:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:860:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:862:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:868:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:873:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:882:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:889:  while should always use braces  [readability/braces] [5]
src/nvim/move.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:927:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:928:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:941:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:942:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:944:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:946:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:951:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:952:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:956:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:959:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:965:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:986:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:989:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:991:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1007:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:1008:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1019:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1020:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1023:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1025:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1037:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1039:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1044:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1060:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:1061:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1070:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1074:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1088:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1090:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1090:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1092:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1106:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1119:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1120:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1121:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1133:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1136:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1151:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1172:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1173:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1174:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1176:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1178:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1193:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1196:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1200:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1219:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1224:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1229:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1243:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1257:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1277:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1294:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1295:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1317:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1319:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1323:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1325:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1331:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1337:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1338:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1353:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1355:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1360:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1364:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1380:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1382:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1382:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1388:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1426:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1433:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1437:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1448:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1471:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1473:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1474:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1473:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1474:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1484:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1486:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1488:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1496:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1506:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1509:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1510:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1518:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1529:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1532:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1535:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1543:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1545:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1553:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1555:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1595:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1599:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1600:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1601:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1607:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1618:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1621:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1650:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1659:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1668:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1687:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1688:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1691:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1694:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1695:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1696:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1700:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1702:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1709:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1742:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:1744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1756:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/move.c:1765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1766:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1767:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1768:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1770:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1800:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1804:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1807:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1833:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1860:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:1864:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1920:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1922:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1925:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1929:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1931:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1940:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1942:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1951:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1953:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1956:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1958:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1988:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1990:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1994:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1997:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2002:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2015:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2017:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2017:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2021:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2025:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2040:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2041:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2043:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2052:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2055:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2056:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2066:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2068:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2072:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2074:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2083:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2093:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2097:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2099:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2101:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2110:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2112:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2145:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2148:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2150:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2167:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2172:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/msgpack_rpc/channel.c:52:  Should leave no spaces after a cast: u'(cstr_t) *subscribed_events'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:70:  Should leave no spaces after a cast: u'(ChannelCallFrame *) call_stack'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:71:  Should leave no spaces after a cast: u'(WBuffer *) delayed_notifications'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:173:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:238:  Should leave no spaces after a cast: u'(ErrorType) array'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:344:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:411:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:412:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:554:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:554:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:567:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:567:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:578:  Should leave no spaces after a cast: u'(Channel *) subscribed'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:592:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:592:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:793:  Missing space before asterisk in Channel*  [whitespace/operators] [2]
src/nvim/msgpack_rpc/helpers.c:189:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/helpers.c:194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/server.c:45:  Should leave no spaces after a cast: u'(char *) listen_address'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/server.c:86:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:53:  "nvim/mouse.h" already included at src/nvim/normal.c:42  [build/include] [4]
src/nvim/normal.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:153:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:158:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:158:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:159:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:159:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:160:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:160:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:161:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:161:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:162:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:162:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:163:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:163:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:164:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:164:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:165:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:165:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:166:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:166:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:167:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:167:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:168:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:168:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:169:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:169:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:170:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:170:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:171:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:171:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:172:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:172:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:173:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:173:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:174:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:174:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:175:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:175:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:176:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:176:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:177:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:177:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:178:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:178:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:179:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:179:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:180:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:180:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:181:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:181:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:182:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:182:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:183:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:183:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:184:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:184:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:185:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:185:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:186:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:186:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:187:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:187:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:189:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:189:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:190:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:190:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:191:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:191:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:192:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:192:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:193:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:193:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:194:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:194:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:195:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:195:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:196:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:196:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:198:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:198:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:199:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:199:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:200:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:200:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:201:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:201:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:202:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:202:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:203:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:203:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:204:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:204:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:205:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:205:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:209:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:209:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:213:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:213:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:214:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:214:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:216:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:216:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:217:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:217:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:218:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:218:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:219:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:219:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:220:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:220:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:221:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:221:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:222:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:222:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:223:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:223:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:224:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:224:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:225:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:225:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:226:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:226:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:227:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:227:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:228:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:228:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:229:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:229:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:230:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:230:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:231:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:231:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:232:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:232:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:236:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:236:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:243:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:243:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:244:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:244:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:246:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:246:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:247:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:247:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:248:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:248:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:249:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:249:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:250:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:250:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:251:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:251:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:252:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:252:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:253:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:253:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:254:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:254:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:255:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:255:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:256:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:256:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:257:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:257:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:258:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:258:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:259:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:259:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:260:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:260:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:262:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:262:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:263:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:263:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:265:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:265:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:267:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:267:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:269:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:269:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:271:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:271:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:273:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:273:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:275:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:275:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:276:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:276:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:278:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:278:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:279:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:280:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:280:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:281:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:281:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:282:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:282:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:285:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:285:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:286:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:286:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:287:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:287:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:288:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:288:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:289:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:289:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:290:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:290:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:291:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:291:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:292:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:292:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:293:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:293:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:294:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:294:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:295:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:295:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:296:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:296:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:297:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:297:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:298:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:298:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:300:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:300:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:301:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:301:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:313:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:313:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:315:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:315:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:317:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:317:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:318:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:318:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:319:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:319:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:320:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:320:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:321:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:321:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:322:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:322:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:323:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:323:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:324:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:324:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:325:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:325:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:326:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:326:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:327:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:327:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:328:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:328:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:329:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:329:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:330:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:330:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:331:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:331:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:332:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:332:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:333:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:333:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:334:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:334:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:335:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:335:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:336:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:336:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:337:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:337:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:338:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:338:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:339:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:339:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:340:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:340:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:341:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:341:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:342:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:342:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:343:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:343:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:344:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:344:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:345:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:345:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:352:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:367:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:368:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:369:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:371:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:384:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:384:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:389:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:392:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:393:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:393:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:413:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:418:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:434:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:442:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:552:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:557:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:566:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:645:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:646:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:684:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:685:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:698:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:699:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:784:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:785:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:814:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:835:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:836:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:839:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:842:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:844:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:845:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:855:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:856:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:859:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:860:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:946:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:948:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:985:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1013:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:1296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1396:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1429:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1481:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1488:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1490:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1504:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1513:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1521:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1556:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:1562:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1573:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1575:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1576:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1615:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1617:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1618:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1622:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1624:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1626:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1646:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1724:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1739:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1751:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1777:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:1781:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1789:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1795:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1797:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1800:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1800:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1843:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1859:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1865:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1867:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1897:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1905:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1907:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1979:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1980:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1981:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1982:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1983:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1990:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2034:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2036:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2040:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2046:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2048:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2053:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2057:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2063:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2083:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2085:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2149:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2154:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2194:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2208:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2210:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2210:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2211:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2227:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2229:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2247:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2266:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2269:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2271:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2306:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2317:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2319:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2323:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2325:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2325:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2339:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2410:  Should leave no spaces after a cast: u'(varnumber_T) tab_page_click_defs'  [whitespace/cast] [2]
src/nvim/normal.c:2432:  Should leave no spaces after a cast: u'(char_u *) ('  [whitespace/cast] [2]
src/nvim/normal.c:2445:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/normal.c:2446:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/normal.c:2447:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/normal.c:2448:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/normal.c:2456:  Should leave no spaces after a cast: u'(void) call_func'  [whitespace/cast] [2]
src/nvim/normal.c:2457:  Should leave no spaces after a cast: u'(int) strlen'  [whitespace/cast] [2]
src/nvim/normal.c:2476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2504:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2506:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2523:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2538:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2545:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2553:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2561:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2563:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2566:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2575:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2589:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2598:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2600:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2619:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2621:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2623:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2626:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2633:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2633:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2637:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2641:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2641:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2642:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2655:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2666:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2668:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2684:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2692:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2695:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2697:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2699:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2707:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2711:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2720:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2721:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2725:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2727:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2731:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2736:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2738:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2750:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2754:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2756:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2771:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2802:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2810:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2813:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2815:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2843:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2861:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:2868:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2887:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2891:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2894:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2903:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2917:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2930:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/normal.c:2935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2941:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2997:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3019:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3027:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3031:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3032:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3035:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3047:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3058:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3060:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3063:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3069:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:3070:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3074:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3080:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3081:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3085:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3087:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3101:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3104:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:3106:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3110:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3123:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3130:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3137:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3140:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3142:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3144:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3146:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3148:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3159:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3172:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3232:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3261:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3263:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3264:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3265:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3265:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3281:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3282:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3286:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3289:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3290:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3291:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3292:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3301:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3328:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3337:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3338:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:3338:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:3339:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3343:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3353:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3363:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3374:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3378:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3382:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3392:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3398:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3411:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3413:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3413:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3443:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3458:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3526:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3528:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3532:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3592:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3621:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3625:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3634:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:3637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3642:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3657:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3680:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3699:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3701:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3710:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3718:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3719:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3734:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3738:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3742:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3807:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3809:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3811:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3817:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3819:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3821:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3828:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3831:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3837:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3840:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3842:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3844:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3849:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3853:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3856:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3860:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3873:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3886:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3889:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3894:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3897:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3956:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3969:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3971:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3987:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3991:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4002:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4026:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4030:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4031:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4034:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4035:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4037:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4039:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4041:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4078:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4091:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4118:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4119:  Use operator && instead of and  [readability/alt_tokens] [2]
src/nvim/normal.c:4124:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4147:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4171:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4175:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4177:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4188:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4190:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4193:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4217:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4225:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4227:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4229:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4237:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4259:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4259:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4268:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4268:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4277:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4284:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4291:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4299:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4357:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4364:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4365:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4368:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4369:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4386:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4388:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4399:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4404:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4414:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4436:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4465:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4467:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4482:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4489:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4493:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4495:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4499:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4502:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4507:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:4508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4522:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4535:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4572:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4574:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4639:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4646:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4648:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4681:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/normal.c:4683:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4699:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4700:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4733:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4741:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4743:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4743:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4744:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4746:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4764:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4766:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4768:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4769:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4774:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4780:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4786:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:4786:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:4794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4798:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4799:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:4800:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:4802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4818:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:4820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4824:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4827:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4842:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4855:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4875:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4877:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4877:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4881:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:4883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4884:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4886:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4896:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:4897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4900:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4901:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4905:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4907:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4910:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4911:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4919:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4925:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4943:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4957:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4960:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:4964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4975:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4979:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4980:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4981:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4983:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4983:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4984:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4994:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4997:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5003:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5005:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5006:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5009:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5010:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5014:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5030:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5038:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5051:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5052:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5062:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5077:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5082:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5173:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5200:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5203:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5204:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5284:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5304:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5306:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5321:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5324:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5347:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:5349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5352:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5354:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5365:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5366:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5370:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5372:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5388:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5398:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5400:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5404:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5413:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5415:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5417:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5419:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5444:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5445:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5446:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5452:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5468:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5473:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5482:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5485:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5492:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5500:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5501:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5511:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5515:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5515:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5516:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5518:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5525:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5568:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5570:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5573:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5574:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5577:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5585:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5587:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5588:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5593:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5594:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5595:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5601:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5602:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5609:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5611:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:5611:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5617:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5621:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5642:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5648:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5655:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5657:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5657:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5665:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5684:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5686:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5686:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5690:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5701:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5716:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5718:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5718:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5720:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5737:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5761:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5769:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5771:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5782:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5785:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5796:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5803:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5829:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5849:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5855:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5857:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5863:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5868:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5872:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5876:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5878:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5885:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5903:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5905:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5912:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5915:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5943:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5944:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5951:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5952:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5983:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6003:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6007:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6023:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6033:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6037:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:6043:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6046:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6050:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6060:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6063:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6064:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6073:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6075:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6076:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6082:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6108:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6127:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6136:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6140:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6142:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6151:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:6154:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:6166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6177:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6179:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6186:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6188:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6192:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6194:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6212:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6219:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6222:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6228:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6230:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6243:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6245:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6251:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6263:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6276:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6278:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6278:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6279:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/normal.c:6283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6292:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6296:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6305:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6315:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6328:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6332:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6336:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6337:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6340:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6342:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6395:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6412:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6422:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6470:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6473:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6477:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6514:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6553:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6570:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6572:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6585:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6587:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6620:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6622:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6627:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6635:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:6635:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/normal.c:6641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6646:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6649:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6653:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6654:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6657:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:6659:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6683:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6698:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6699:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6701:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6736:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6752:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6766:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6808:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6905:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6919:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6923:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6929:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6931:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6948:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6955:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6958:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6988:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7029:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7033:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7047:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7067:  Should leave no spaces after a cast: u'(char) opchar0'  [whitespace/cast] [2]
src/nvim/normal.c:7069:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/normal.c:7071:  Should leave no spaces after a cast: u'(char) opchar1'  [whitespace/cast] [2]
src/nvim/normal.c:7078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7110:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7112:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7112:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7116:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:7116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7116:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7131:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7147:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7167:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7169:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7195:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7197:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7202:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7205:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7207:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7207:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7209:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7230:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7232:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7247:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7249:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:7249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7249:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7250:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7260:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7262:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7278:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7280:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7282:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7283:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7284:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7285:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7288:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7301:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7303:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7319:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7327:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7329:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7331:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7335:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7346:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7349:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7356:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7358:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7377:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7385:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7406:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7418:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7422:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7429:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:7432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7447:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7458:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7463:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7486:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7498:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7506:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7509:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7522:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7524:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7576:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7584:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7605:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7608:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7618:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7621:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7638:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7691:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7698:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7732:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7734:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7736:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7739:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7794:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7845:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:7898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:190:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:191:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:222:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:223:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:226:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:232:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:234:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:236:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:238:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:237:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:240:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:252:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:253:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:260:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:261:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:277:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:278:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:281:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:283:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:289:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:291:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:296:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:298:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:326:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:343:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:345:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:346:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:349:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/ops.c:350:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:356:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:358:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:360:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:365:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:373:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:375:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:377:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:377:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:377:  Should leave no spaces after a cast: u'(displayed) width'  [whitespace/cast] [2]
src/nvim/ops.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:380:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:398:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:426:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:431:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/ops.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:452:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:458:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:469:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:485:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:493:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:500:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:505:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:526:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:548:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:589:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:601:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:608:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:613:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:624:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:626:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:633:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:657:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:659:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:686:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:695:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:698:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:699:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:700:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:710:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:768:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:856:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:859:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:861:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:935:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:936:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:962:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:976:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ops.c:977:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:983:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:989:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:997:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1001:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1017:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1023:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1025:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1025:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1029:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1051:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1051:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1062:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:1063:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1073:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1074:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1078:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1086:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1086:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1087:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1090:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1091:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1101:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:1102:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1122:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1125:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1126:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1127:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1128:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1131:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1135:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1137:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1137:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1166:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:1167:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1168:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1173:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1175:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1177:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1188:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:1189:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1199:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1205:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1209:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1213:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1214:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1217:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1220:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1223:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1226:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1230:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1231:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1233:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1238:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1240:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1241:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1242:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1246:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1252:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1253:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1257:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1294:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1314:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1317:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ops.c:1318:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1326:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1340:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1377:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/ops.c:1384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1391:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:1394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1411:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ops.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1423:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:1424:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1425:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1440:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:1441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1450:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1465:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1469:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1475:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1479:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1482:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1492:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1494:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1511:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1522:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1526:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1527:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1528:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1542:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1547:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1551:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1562:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1563:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1588:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1614:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1633:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1636:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1639:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1640:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1648:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1650:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1651:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1667:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1677:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1684:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1685:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1698:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1710:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:1712:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1722:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1726:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1740:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1741:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1742:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1751:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1770:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1778:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1789:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1795:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1819:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1821:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1830:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1834:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ops.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1843:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1844:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1845:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1848:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1850:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1865:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1895:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:1899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1900:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1904:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1925:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1926:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1934:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1941:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1945:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1947:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1950:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1961:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1964:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1998:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2001:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2003:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2009:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2019:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2020:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:2022:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2026:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2028:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2037:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2057:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2094:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2098:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2110:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2149:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2152:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2158:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2159:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2160:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2161:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2163:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2185:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2208:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:2212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2221:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2224:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:2224:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:2225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2234:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2267:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2268:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2269:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2301:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ops.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2329:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2331:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2363:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2410:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:2413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2426:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2428:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2432:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2432:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2447:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2447:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:2469:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2471:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2613:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2620:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2635:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2644:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2645:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2668:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2670:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2673:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2675:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2683:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2759:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2765:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2767:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2773:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2775:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2777:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2778:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2781:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2783:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2785:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2788:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2797:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2803:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2818:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2820:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2823:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2826:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2827:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2828:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2829:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2836:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2837:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2838:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2839:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2841:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2843:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2860:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2863:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2877:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2882:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2884:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2899:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2901:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2906:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:2907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2915:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:2919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2930:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2933:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2934:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2956:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2958:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2976:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2978:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2979:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2988:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ops.c:2989:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3000:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:3008:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3016:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3026:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3027:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3041:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:3044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3049:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:3050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3054:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3067:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3072:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3074:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3076:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3078:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3082:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3087:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3097:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3116:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3141:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3142:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3144:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3150:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3153:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3155:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3158:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3200:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3202:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3208:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3210:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3210:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3229:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3244:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3248:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3253:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3255:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:3255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3265:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3270:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3339:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3347:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3348:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3363:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3381:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:3387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3393:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3396:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3398:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3399:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3402:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3402:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3405:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3407:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3420:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3427:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3460:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3465:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3481:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3492:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/ops.c:3494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3493:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3497:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3499:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3511:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3513:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3514:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3517:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3535:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3550:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:3554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3561:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3569:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3570:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3573:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3575:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3579:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3590:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3598:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3612:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3616:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3626:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ops.c:3633:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3644:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3645:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3647:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3648:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3650:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3652:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3653:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3654:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:3654:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3655:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3667:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:3667:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3668:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ops.c:3670:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3672:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3674:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3675:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:3676:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3686:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3687:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3698:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3703:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3712:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3722:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3723:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3756:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3760:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3763:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3766:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3767:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3788:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3789:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3791:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3792:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3805:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3806:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3823:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3824:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:3824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3825:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3848:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3850:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3851:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3856:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3858:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3862:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3878:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3884:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3885:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3889:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3891:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3898:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3935:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3940:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3947:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3955:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3961:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3964:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3966:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3975:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3977:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3987:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3990:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4001:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4003:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4011:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4013:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4014:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4016:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4031:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4032:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4045:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4051:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4052:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4061:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:4062:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:4067:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4083:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4084:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4087:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4088:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4091:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4093:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:4094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4094:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4096:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4097:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4098:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4098:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:4099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4099:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4101:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4102:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4104:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4105:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4107:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4108:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4109:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4127:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4141:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4142:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4168:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4169:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4175:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4180:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4181:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4209:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4214:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4223:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4229:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4233:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/ops.c:4676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4783:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4787:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4792:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4793:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4802:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4852:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4869:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4916:  Should leave no spaces after a cast: u'(char_u *) strings'  [whitespace/cast] [2]
src/nvim/ops.c:4947:  Should leave no spaces after a cast: u'(ssize_t) STRLEN'  [whitespace/cast] [2]
src/nvim/ops.c:4950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4952:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4979:  Should leave no spaces after a cast: u'(size_t) len'  [whitespace/cast] [2]
src/nvim/ops.c:4994:  Should leave no spaces after a cast: u'(size_t) len'  [whitespace/cast] [2]
src/nvim/ops.c:5043:  Should leave no spaces after a cast: u'(char_u **) str'  [whitespace/cast] [2]
src/nvim/ops.c:5043:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:5050:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:5054:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:5071:  Should leave no spaces after a cast: u'(char_u **) str'  [whitespace/cast] [2]
src/nvim/ops.c:5071:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:5083:  Should leave no spaces after a cast: u'(const char_u *) xmemscan'  [whitespace/cast] [2]
src/nvim/ops.c:5110:  Should leave no spaces after a cast: u'(colnr_T) maxlen'  [whitespace/cast] [2]
src/nvim/ops.c:5122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5136:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5149:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:5151:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:5155:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5201:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:5214:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5215:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:5220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5228:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5240:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:5241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5244:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5282:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5301:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5407:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5416:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5428:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/ops.c:5436:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/ops.c:5438:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5438:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/ops.c:5459:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ops.c:5497:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/ops.c:5537:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/ops.c:5604:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/ops.c:5611:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/ops.c:5674:  Should leave no spaces after a cast: u'(const yankreg_T *const) iter'  [whitespace/cast] [2]
src/nvim/ops.c:5682:  Should leave no spaces after a cast: u'(char) get_register_name'  [whitespace/cast] [2]
src/nvim/ops.c:5686:  Should leave no spaces after a cast: u'(void *) iter_reg'  [whitespace/cast] [2]
src/nvim/option.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:29:  "stdint.h" already included at src/nvim/option.c:27  [build/include] [4]
src/nvim/option.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:183:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:186:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:202:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:206:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:209:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:210:  Use xfree(...) instead of free(...).  [runtime/memory_fn] [2]
src/nvim/option.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:519:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/option.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:544:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:553:  Should leave no spaces after a cast: u'(char *) shell'  [whitespace/cast] [2]
src/nvim/option.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:563:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:563:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:565:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:565:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:571:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:579:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:586:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:593:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/option.c:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:636:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:637:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:639:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:640:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:650:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:666:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:667:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:672:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:734:  Should leave no spaces after a cast: u'(char *) option_expand'  [whitespace/cast] [2]
src/nvim/option.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:744:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:746:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/option.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:759:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:791:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:792:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:809:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:811:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:812:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:812:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:813:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:819:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:821:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:824:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:832:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:836:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:852:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:853:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:886:  Should leave no spaces after a cast: u'(char_u *) ('  [whitespace/cast] [2]
src/nvim/option.c:888:  Should leave no spaces after a cast: u'(char_u *) val'  [whitespace/cast] [2]
src/nvim/option.c:889:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/option.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:918:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:920:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:922:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:946:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:954:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:975:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:976:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:981:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:996:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1006:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1007:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1008:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1009:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1010:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1011:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1012:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1013:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1037:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1041:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1098:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1099:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1117:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1149:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1152:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1153:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1170:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1172:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1172:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1174:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1175:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1182:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/option.c:1198:  Should leave no spaces after a cast: u'(size_t) len'  [whitespace/cast] [2]
src/nvim/option.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1208:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1212:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1213:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1216:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1217:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1219:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1220:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1223:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1252:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1270:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1288:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1313:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1315:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1323:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1325:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1327:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1328:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1330:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1336:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1351:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1353:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1355:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1356:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1359:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1362:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1364:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1374:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1376:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1381:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1399:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1400:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1402:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1403:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1404:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1410:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1437:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1439:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1441:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1455:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1461:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1470:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1471:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1476:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1478:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1480:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1487:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1488:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1490:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1507:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1531:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1535:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1537:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1539:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1541:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1543:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1545:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1554:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1557:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1562:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1566:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1576:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1590:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1599:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1606:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1622:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1635:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:1658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1679:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1685:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1698:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1699:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1702:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1703:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1712:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:1712:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:1716:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1720:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1722:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1731:  Should leave no spaces after a cast: u'(char *) origval'  [whitespace/cast] [2]
src/nvim/option.c:1734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1749:  Should leave no spaces after a cast: u'(char **) varp'  [whitespace/cast] [2]
src/nvim/option.c:1764:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1776:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:1777:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1778:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1779:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1781:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1799:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1813:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1817:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1821:  Small and focused functions are preferred: () has 543 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/option.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1827:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1828:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1840:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1844:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1850:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1853:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1852:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1863:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1865:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1878:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1880:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1895:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1896:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1917:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1918:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1954:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1955:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1999:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:2000:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2005:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2020:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2025:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2028:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2038:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2039:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2040:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2038:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2041:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2102:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2168:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2174:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2181:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2208:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2227:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2240:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:2241:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2263:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2266:  Should leave no spaces after a cast: u'(void *) options'  [whitespace/cast] [2]
src/nvim/option.c:2271:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2272:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2277:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2290:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2297:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:2298:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2306:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2323:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2335:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2341:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2342:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2343:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2342:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2348:  Should leave no spaces after a cast: u'(char *) oldval'  [whitespace/cast] [2]
src/nvim/option.c:2351:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2352:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2353:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2360:  Should leave no spaces after a cast: u'(char *) ('  [whitespace/cast] [2]
src/nvim/option.c:2373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2378:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2405:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2410:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2437:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2438:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2443:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2444:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2452:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2453:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2454:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2455:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2457:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2462:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2470:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2474:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2485:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2490:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2491:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2495:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2496:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2496:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2499:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2507:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2511:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2512:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2516:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2525:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2536:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2542:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2546:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2547:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2551:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2552:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2552:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2556:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2557:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2562:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2563:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2570:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2572:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2576:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2598:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2614:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2618:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2620:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2631:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2632:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2634:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2634:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2636:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2636:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2642:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2647:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2648:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2654:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2656:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:2660:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2662:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2672:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2688:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2696:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2698:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2700:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2702:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2705:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2706:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2707:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2713:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2717:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2721:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2725:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2727:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2747:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2748:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2751:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2752:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2753:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2754:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2755:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2756:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2757:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2762:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2763:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2761:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:2765:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2770:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2771:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2773:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2775:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2780:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2784:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2786:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2793:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2814:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2816:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2819:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2823:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2824:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2825:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2829:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2830:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2830:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2834:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2835:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2835:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2837:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2843:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2844:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2847:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2851:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2852:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2855:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2859:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2862:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2863:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2863:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2876:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2880:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2881:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2885:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2886:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2890:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2891:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2895:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2902:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2910:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2913:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2918:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2921:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2927:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2929:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2933:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2935:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2937:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2947:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2948:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2949:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2954:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2955:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2953:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:2957:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2965:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2973:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2978:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2986:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2988:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2990:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2990:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3015:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3019:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3020:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3024:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3025:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3025:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3028:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3028:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3030:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3035:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3036:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3040:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3042:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3044:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3046:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3050:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3051:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3051:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/option.c:3053:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:3055:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3059:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3060:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3060:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3064:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3065:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3068:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3070:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3086:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3094:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3099:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3099:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3101:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3103:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3105:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3107:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3109:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3111:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3115:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3115:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3127:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3133:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3135:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3145:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3147:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3161:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3173:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3175:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3175:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3182:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3191:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3191:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3192:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3194:  If you can, use sizeof((char *)fname) instead of 200 as the 2nd arg to snprintf.  [runtime/printf] [3]
src/nvim/option.c:3195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3207:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3209:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3214:  Small and focused functions are preferred: () has 670 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/option.c:3216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3236:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3243:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:3244:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3247:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3256:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3258:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3264:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3266:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3268:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3273:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3275:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3281:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3281:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3283:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3306:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3306:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3307:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3307:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3308:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3308:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3309:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3309:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3310:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3310:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3314:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3314:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3315:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3315:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3316:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3316:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3317:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3317:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3318:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3318:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3319:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3319:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3320:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3320:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3321:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3321:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3334:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3338:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3338:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3339:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3341:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3343:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3348:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3355:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3358:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3361:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3369:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3371:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:3379:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3381:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3382:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:3386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3401:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3403:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3406:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3407:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:3414:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3418:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3420:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3422:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3426:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3438:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3440:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3444:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3446:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3484:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3486:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3486:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3512:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3515:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3527:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:3528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3548:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3553:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3557:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3557:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3562:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3586:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3587:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3590:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3596:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3600:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3607:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3611:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3616:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3618:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3618:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3621:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3622:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3624:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3630:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3642:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3646:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3650:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3652:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3653:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3654:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3656:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3658:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3659:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3664:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3668:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3673:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3675:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3680:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3695:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3696:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3699:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3702:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3704:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3711:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3730:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3731:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3734:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3741:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3744:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3750:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3753:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3779:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3789:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3799:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3811:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3834:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3838:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3890:  Should leave no spaces after a cast: u'(char_u *) options'  [whitespace/cast] [2]
src/nvim/option.c:3895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3896:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3909:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:3916:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:3910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3915:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:3915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3959:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3961:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3966:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3987:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3991:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4006:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4010:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4011:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4016:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4020:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4021:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4025:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4035:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4036:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4040:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4044:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4045:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4047:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4060:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4062:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4072:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4077:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4078:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4081:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4086:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4091:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4096:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4101:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4113:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4116:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4121:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4125:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4144:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:4147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4153:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4161:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4188:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4205:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4211:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4213:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4232:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4234:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4234:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4261:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4278:  Should leave no spaces after a cast: u'(char_u *) options'  [whitespace/cast] [2]
src/nvim/option.c:4283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4284:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4286:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4301:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4304:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4306:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4308:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4310:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4333:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/option.c:4335:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4337:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4375:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4457:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4458:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4473:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4479:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4487:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4489:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4491:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4491:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4494:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4496:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4513:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4552:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4555:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4560:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4565:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4571:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4589:  Should leave no spaces after a cast: u'(buf_T *) from'  [whitespace/cast] [2]
src/nvim/option.c:4592:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/option.c:4593:  Should leave no spaces after a cast: u'(buf_T *) from'  [whitespace/cast] [2]
src/nvim/option.c:4598:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/option.c:4598:  Missing space before asterisk in win_T	*  [whitespace/operators] [2]
src/nvim/option.c:4600:  Should leave no spaces after a cast: u'(win_T *) from'  [whitespace/cast] [2]
src/nvim/option.c:4616:  Should leave no spaces after a cast: u'(long *) varp'  [whitespace/cast] [2]
src/nvim/option.c:4625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4632:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4647:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4649:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4656:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4666:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:4666:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:4667:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:4669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4673:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4675:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:4678:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4680:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4681:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4683:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4695:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4733:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4734:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4755:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4757:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4759:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4761:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4769:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4777:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4779:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4783:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4785:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4785:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4805:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4808:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4810:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:4811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4812:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4834:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4835:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4837:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4839:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4849:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4850:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4864:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4867:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4869:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4880:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4924:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:4925:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4929:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4934:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4939:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4942:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4949:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4967:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4969:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4973:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4976:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4991:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4992:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4995:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5011:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5011:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5012:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5014:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5016:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5028:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:5033:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5041:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5042:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5042:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5055:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5064:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5068:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5070:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5070:  Missing space before asterisk in int64_t)*  [whitespace/operators] [2]
src/nvim/option.c:5072:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5079:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5081:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5105:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5110:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5111:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5121:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5123:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5205:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5240:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5384:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5509:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5517:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5537:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5558:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5564:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5565:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5656:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5660:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5663:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5673:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5678:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5689:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5690:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5692:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5713:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:5713:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:5716:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:5717:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:5720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5747:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5748:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5752:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5755:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5767:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5768:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5776:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5782:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5783:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5784:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5787:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5792:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5794:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5813:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5823:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5825:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5831:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5846:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5855:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5864:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:5865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5868:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5869:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5888:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:5895:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:5895:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:5896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5902:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:5905:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:5906:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5908:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5910:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5914:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:5916:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5918:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5921:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5925:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5925:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5925:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5925:  Missing space before {  [whitespace/braces] [5]
src/nvim/option.c:5926:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5932:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5967:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5977:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:5978:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5994:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:5995:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:5997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6015:  Missing space before asterisk in int64_t)*  [whitespace/operators] [2]
src/nvim/option.c:6019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6019:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6021:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6022:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6024:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6040:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6040:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/option.c:6041:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6043:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6088:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6090:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6100:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6118:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6120:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6122:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6130:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6151:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6152:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6154:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6155:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6160:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6163:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6164:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6170:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6171:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6176:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6177:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6183:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:6187:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6189:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6189:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:6194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6203:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:6204:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:6207:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6222:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6223:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6307:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6349:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6369:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6370:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6371:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6372:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6384:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6385:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6387:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6388:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6389:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6424:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6425:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6438:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6454:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6454:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6457:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6458:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6458:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6459:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:6460:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6462:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6471:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6474:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6476:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6483:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6487:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6487:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6500:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6537:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6539:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6544:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6546:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6548:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6549:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6550:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6620:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6640:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6644:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6649:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6651:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6652:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6665:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:6667:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6673:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6678:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6683:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6685:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6686:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/dl.c:58:  Should leave no spaces after a cast: u'(void **) &fn'  [whitespace/cast] [2]
src/nvim/os/dl.c:69:  Should leave no spaces after a cast: u'(str_str_fn) fn'  [whitespace/cast] [2]
src/nvim/os/dl.c:70:  Should leave no spaces after a cast: u'(int_str_fn) fn'  [whitespace/cast] [2]
src/nvim/os/dl.c:75:  Should leave no spaces after a cast: u'(intptr_t) res'  [whitespace/cast] [2]
src/nvim/os/dl.c:78:  Should leave no spaces after a cast: u'(str_int_fn) fn'  [whitespace/cast] [2]
src/nvim/os/dl.c:79:  Should leave no spaces after a cast: u'(int_int_fn) fn'  [whitespace/cast] [2]
src/nvim/os/env.c:317:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/env.c:356:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:400:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:405:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/env.c:422:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/env.c:427:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/env.c:511:  Should leave no spaces after a cast: u'(const char *) iter'  [whitespace/cast] [2]
src/nvim/os/env.c:521:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/os/env.c:544:  Should leave no spaces after a cast: u'(const char *) iter'  [whitespace/cast] [2]
src/nvim/os/env.c:548:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/os/env.c:556:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/os/env.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:694:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:707:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:715:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:736:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:746:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:753:  while should always use braces  [readability/braces] [5]
src/nvim/os/env.c:755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:756:  while should always use braces  [readability/braces] [5]
src/nvim/os/env.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/fs.c:139:  Missing space before ( in switch(  [whitespace/parens] [5]
src/nvim/os/fs.c:257:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/os/fs.c:325:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/os/fs.c:384:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/os/fs.c:497:  Should leave no spaces after a cast: u'(char *) get_past_head'  [whitespace/cast] [2]
src/nvim/os/fs.c:501:  Should leave no spaces after a cast: u'(char_u *) curdir'  [whitespace/cast] [2]
src/nvim/os/fs.c:502:  Should leave no spaces after a cast: u'(char *) path_tail_with_sep'  [whitespace/cast] [2]
src/nvim/os/fs.c:653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/fs.c:744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:33:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:33:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:205:  Missing space before asterisk in uint8_t)*  [whitespace/operators] [2]
src/nvim/os/input.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:209:  Missing space before asterisk in uint8_t)*  [whitespace/operators] [2]
src/nvim/os/input.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:243:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:243:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:355:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/input.c:414:  if should always use braces  [readability/braces] [5]
src/nvim/os/shell.c:29:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/shell.c:29:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/shell.c:246:  Should leave no spaces after a cast: u'(char *) input'  [whitespace/cast] [2]
src/nvim/os/shell.c:303:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:314:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:346:  Should leave no spaces after a cast: u'(const char *) str'  [whitespace/cast] [2]
src/nvim/os/shell.c:349:  Should leave no spaces after a cast: u'(const char_u *) p'  [whitespace/cast] [2]
src/nvim/os/shell.c:357:  Should leave no spaces after a cast: u'(const char *) skipwhite'  [whitespace/cast] [2]
src/nvim/os/shell.c:424:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:424:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:432:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/signal.c:118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/stdpaths.c:58:  Should leave no spaces after a cast: u'(char *) expand_env_save'  [whitespace/cast] [2]
src/nvim/os/time.c:65:  if should always use braces  [readability/braces] [5]
src/nvim/os/time.c:114:  Should leave no spaces after a cast: u'(Timestamp) time'  [whitespace/cast] [2]
src/nvim/os_unix.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:71:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:74:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:85:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:97:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/os_unix.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:128:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:134:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:196:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/os_unix.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:226:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:227:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:227:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:228:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:254:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:264:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:272:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:275:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:278:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:279:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:280:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:281:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:282:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:301:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:302:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:309:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:311:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:313:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:317:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:325:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:326:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:333:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:340:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:344:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:345:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:363:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:371:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:379:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:389:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/os_unix.c:389:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/os_unix.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:393:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:404:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:418:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:442:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/os_unix.c:449:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/os_unix.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:472:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:473:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:474:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:479:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/os_unix.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:482:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:483:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:484:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:485:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:486:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:491:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/os_unix.c:491:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:504:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:506:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:514:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:515:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:519:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:519:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:521:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:524:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:525:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:545:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:550:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:552:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:553:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:555:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:555:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:560:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:561:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:562:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:569:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:570:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/os_unix.c:571:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:576:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:587:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:608:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/os_unix.c:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:634:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:635:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:644:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:67:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:68:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:109:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/path.c:141:  Should leave no spaces after a cast: u'(char_u *) invocation'  [whitespace/cast] [2]
src/nvim/path.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:186:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:187:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:218:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/path.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:242:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/path.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:245:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:252:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:256:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:291:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:308:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:317:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:321:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:398:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:399:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/path.c:437:  Should leave no spaces after a cast: u'(char_u *) name'  [whitespace/cast] [2]
src/nvim/path.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:493:  Should leave no spaces after a cast: u'(char_u *) wildcards'  [whitespace/cast] [2]
src/nvim/path.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:547:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:565:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:567:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:568:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:577:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:577:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:577:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/path.c:585:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:594:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:594:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/path.c:597:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:598:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:602:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:602:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/path.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:622:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:623:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:625:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:626:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:651:  Should leave no spaces after a cast: u'(char_u *) scandir_next_with_dots'  [whitespace/cast] [2]
src/nvim/path.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:667:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:669:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:714:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:715:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:719:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:774:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:827:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:828:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/path.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:837:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:838:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:871:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:877:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:896:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:905:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:943:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:949:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:968:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:974:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:998:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1013:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/path.c:1014:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/path.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1030:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1050:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1051:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1052:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1053:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1054:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1068:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1069:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1070:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1110:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1139:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/path.c:1156:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1208:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1210:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1215:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1217:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1255:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:1256:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1268:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1269:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1276:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1279:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1280:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1336:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1360:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1380:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1387:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1388:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1388:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/path.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1397:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1398:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1400:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1400:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1406:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1407:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1409:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1410:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1417:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1437:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1439:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1505:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1506:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1510:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1514:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1522:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1530:  Should leave no spaces after a cast: u'(ptrdiff_t) len'  [whitespace/cast] [2]
src/nvim/path.c:1531:  Should leave no spaces after a cast: u'(char *) eval_to_string_safe'  [whitespace/cast] [2]
src/nvim/path.c:1538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1543:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/path.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1555:  Should leave no spaces after a cast: u'(char_u *) eval_includeexpr'  [whitespace/cast] [2]
src/nvim/path.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1572:  Should leave no spaces after a cast: u'(char_u *) eval_includeexpr'  [whitespace/cast] [2]
src/nvim/path.c:1577:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:1593:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1606:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1647:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1651:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1675:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1717:  Should leave no spaces after a cast: u'(char *) name'  [whitespace/cast] [2]
src/nvim/path.c:1727:  Should leave no spaces after a cast: u'(char_u *) os_scandir_next'  [whitespace/cast] [2]
src/nvim/path.c:1749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1771:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1774:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:1781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1798:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1818:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1820:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1846:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1923:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1925:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1926:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1927:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1931:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1967:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2066:  Should leave no spaces after a cast: u'(char_u *) buffer'  [whitespace/cast] [2]
src/nvim/path.c:2072:  Should leave no spaces after a cast: u'(char_u *) old_dir'  [whitespace/cast] [2]
src/nvim/path.c:2086:  Should leave no spaces after a cast: u'(char_u *) buffer'  [whitespace/cast] [2]
src/nvim/path.c:2153:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/path.c:2167:  Should leave no spaces after a cast: u'(char *) ('  [whitespace/cast] [2]
src/nvim/path.c:2170:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/path.c:2173:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/popupmnu.c:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/popupmnu.c:39:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:171:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/popupmnu.c:308:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/popupmnu.c:326:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/popupmnu.c:374:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/popupmnu.c:477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:610:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/popupmnu.c:615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:624:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:644:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/popupmnu.c:646:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/popupmnu.c:658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:677:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/po/sjiscorr.c:10:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:11:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:13:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:13:  while should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:14:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:14:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:15:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:15:  for should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:16:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:16:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:17:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:17:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:18:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:18:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:19:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:20:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:21:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:22:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:22:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:23:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:23:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:24:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:25:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:25:  while should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:26:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:26:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/po/sjiscorr.c:27:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:28:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:28:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:29:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:29:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:30:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:31:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:31:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/po/sjiscorr.c:32:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:33:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:33:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:34:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:34:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:35:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:35:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:36:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:36:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:37:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:38:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:38:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:39:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:40:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:41:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:42:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:43:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:44:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/profile.c:67:  Should leave no spaces after a cast: u'(proftime_T) msec'  [whitespace/cast] [2]
src/nvim/profile.c:102:  Should leave no spaces after a cast: u'(proftime_T) round'  [whitespace/cast] [2]
src/nvim/profile.c:175:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/profile.c:228:  Should leave no spaces after a cast: u'(double) diff'  [whitespace/cast] [2]
src/nvim/quickfix.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:69:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:85:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:152:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:153:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:181:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:182:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:236:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:236:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:241:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/quickfix.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:243:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:243:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:260:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:262:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:269:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:271:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:292:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:294:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:301:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:301:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:302:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:311:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:313:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:314:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:314:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:315:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:320:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:319:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:330:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:330:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:330:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:332:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:331:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:365:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:366:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:373:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:377:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:379:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:385:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:392:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:391:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:396:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:398:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:400:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:401:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:405:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:407:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:407:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:409:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:408:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:415:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:414:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:420:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:421:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:422:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:430:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:446:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:449:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:452:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:454:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:470:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:474:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:476:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:479:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:481:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:487:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:490:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:494:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:503:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:508:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:514:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:517:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:522:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:524:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:524:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:535:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:539:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:573:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:578:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:583:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:588:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:593:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:597:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:599:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:600:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:613:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:617:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:618:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:628:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:634:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:637:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:657:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:659:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:671:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:679:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:687:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:689:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:691:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:693:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:710:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:712:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:730:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:742:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:753:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:755:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:756:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:769:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:771:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:789:  Small and focused functions are preferred: () has 518 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/quickfix.c:797:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:811:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:820:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:820:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:823:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:838:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:845:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:845:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:862:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:862:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:904:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:921:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:949:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:959:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:978:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:983:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1007:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1009:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1018:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1020:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1022:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1023:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1025:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1026:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1029:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1030:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1041:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1064:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1071:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1076:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1086:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1087:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1115:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1119:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1119:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1130:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1151:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1153:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1226:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1233:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:1233:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1235:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1251:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/quickfix.c:1252:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/quickfix.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1283:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1288:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1294:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1324:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1347:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1356:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1362:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1368:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1371:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1387:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1389:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1398:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1401:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1403:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1405:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1415:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1430:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1480:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1482:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1510:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1512:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1528:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/quickfix.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1536:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1538:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1540:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1546:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1550:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1556:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1579:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1582:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1583:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1584:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1591:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1600:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1614:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:1615:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1620:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1621:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1625:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1633:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1638:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1643:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1645:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1666:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1667:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1687:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1705:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1727:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1729:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1732:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1733:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1738:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1745:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1748:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1749:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1754:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1755:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1757:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1758:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1759:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1760:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1763:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1762:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1776:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1778:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1783:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1797:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:1800:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1801:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1803:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1840:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1846:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1866:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1875:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1882:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1894:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1907:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1907:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:1908:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1909:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1913:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1914:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1915:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1917:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1943:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1947:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1951:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1951:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1958:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1961:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1978:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1993:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1995:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2010:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2017:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2073:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2078:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2091:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2093:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2096:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2097:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2108:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2113:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2117:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2118:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2141:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2152:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:2153:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2203:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2204:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2206:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2294:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2301:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:2317:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2321:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2325:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2341:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2351:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2359:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2361:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2361:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2363:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2363:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2399:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2401:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2414:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2430:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2461:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2461:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2462:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2466:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2472:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2485:  Should leave no spaces after a cast: u'(char *) p_sp'  [whitespace/cast] [2]
src/nvim/quickfix.c:2494:  Should leave no spaces after a cast: u'(char_u *) cmd'  [whitespace/cast] [2]
src/nvim/quickfix.c:2497:  Should leave no spaces after a cast: u'(char_u *) cmd'  [whitespace/cast] [2]
src/nvim/quickfix.c:2502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2505:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2509:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2509:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2510:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2515:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2537:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2542:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2542:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2558:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2811:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2812:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2814:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2815:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2817:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2818:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2832:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2845:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2847:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2865:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2866:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2867:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2871:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2896:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2926:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2926:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2927:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2938:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2943:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:2943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2943:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/quickfix.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2958:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:2961:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2986:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3005:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:3008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3012:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3013:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3015:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3020:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3030:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3046:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3048:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3055:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3055:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3068:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3073:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3075:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:3078:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3079:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:3081:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3082:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3083:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3084:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3085:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3086:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3087:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3088:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3089:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3091:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3085:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3085:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3092:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3093:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/quickfix.c:3094:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3097:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3098:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3100:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3105:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3105:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3109:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3115:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3144:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3155:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3155:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3171:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3173:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3173:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3180:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3194:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3223:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3226:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3230:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3233:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3234:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3238:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3240:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:3242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3245:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3247:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:3256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3290:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:3292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3303:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3318:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3325:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3342:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3343:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3354:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3417:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3421:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3426:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:3427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3429:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3437:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3438:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3440:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3441:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3442:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3443:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3447:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3443:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3472:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3477:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3479:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:3480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3486:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3490:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3546:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3548:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3550:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3577:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3579:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3581:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3585:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3585:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3590:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3593:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3593:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3598:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3602:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3605:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3606:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3634:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3635:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3637:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3641:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3677:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3699:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3704:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3711:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3726:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:3728:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:3728:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:3730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3732:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:3733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3734:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3751:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3759:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3763:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3764:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3768:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3773:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3770:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3774:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3775:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/quickfix.c:3776:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3777:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3782:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3784:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:3795:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3804:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3814:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3814:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3815:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3821:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3830:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3832:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:173:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:178:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:180:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:181:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:187:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:188:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:188:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:191:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:200:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:201:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:202:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:202:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:203:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:205:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:206:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:207:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:208:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:209:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:210:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:211:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:212:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:213:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:214:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:215:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:216:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:217:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:218:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:219:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:220:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:221:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:222:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:223:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:224:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:225:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:226:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:227:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:228:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:229:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:233:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:233:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:234:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:234:  Extra space after (  [whitespace/parens] [2]
src/nvim/regexp.c:235:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:237:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:390:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:235:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:236:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:236:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:237:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:240:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:240:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:241:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:241:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:390:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:242:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:247:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:247:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:248:  Extra space after (  [whitespace/parens] [2]
src/nvim/regexp.c:279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:390:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:249:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:251:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:252:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:253:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:254:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:261:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:354:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:384:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:391:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:441:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/regexp.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:455:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/regexp.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:459:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:460:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:470:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:500:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:502:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:605:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:605:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:618:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp.c:633:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:635:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:638:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:639:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:641:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:658:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:705:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:717:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:719:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:721:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:723:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:725:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:727:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:774:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:777:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1112:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1139:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1141:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1142:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1144:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1147:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1148:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1150:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1155:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1159:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1160:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1161:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1181:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1188:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1193:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1204:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1205:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1207:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1268:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1281:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1296:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1298:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1307:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1330:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1357:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:1358:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:1360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1364:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1366:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1402:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1403:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1417:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1424:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1427:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1432:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1437:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1439:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1446:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1452:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1455:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1468:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1473:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1480:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1482:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1490:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1491:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1511:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1520:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1522:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1526:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1545:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1555:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1591:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1596:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1599:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1604:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1628:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1642:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1644:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1655:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1657:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1657:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1683:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1685:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1696:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1712:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1718:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1720:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1725:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1727:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1734:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1737:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1782:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1801:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1809:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1846:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1873:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1885:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1897:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1909:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1917:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1944:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1944:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:1945:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1948:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1961:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1964:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2007:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2010:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2040:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2049:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2051:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2053:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2061:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2062:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2065:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2067:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2079:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2104:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2108:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2110:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2112:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2128:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2138:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2140:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2140:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2152:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2154:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2191:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2202:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2213:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2216:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2223:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2226:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2231:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2233:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2236:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2247:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:2251:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2251:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2251:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2251:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2272:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2294:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2304:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2305:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2309:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2310:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2318:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2319:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2323:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2324:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2328:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2329:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2333:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2334:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2338:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2339:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2343:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2344:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2348:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2353:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2354:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2358:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2359:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2383:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2385:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2395:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2400:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2433:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:2440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2443:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2449:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2457:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2464:  Small and focused functions are preferred: regatom() has 572 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/regexp.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2495:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2497:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2497:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2510:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2521:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2523:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2547:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2573:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2603:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2622:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2623:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2624:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2625:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2638:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2645:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2650:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2657:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2658:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2659:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2659:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2660:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2661:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2693:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2736:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2747:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2773:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2780:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2802:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2803:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2840:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2843:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:2844:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/regexp.c:2845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2854:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2855:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2856:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2858:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2859:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2866:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2868:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2868:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2873:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2882:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2895:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2897:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2900:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2903:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2905:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2906:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2910:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2954:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2976:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:2978:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2982:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2985:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3000:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:3002:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3006:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3010:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3029:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:3031:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3035:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3038:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3061:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3075:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3082:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3087:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3091:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:3092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3095:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3099:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3098:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:3103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3129:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:3129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3131:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:3131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3131:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3141:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3143:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3143:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/regexp.c:3151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3249:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3251:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3254:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3276:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3277:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:3279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3291:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3303:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3306:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3321:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3323:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3379:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3383:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3387:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3388:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3390:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3393:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3394:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3400:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3410:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3414:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3416:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3418:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:3420:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3424:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:3426:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3430:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3436:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3442:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3463:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3483:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3491:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3493:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3495:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3496:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3500:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3513:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3515:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3551:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3551:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:3557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3564:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3566:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3567:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3569:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3581:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:3582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3585:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3587:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3612:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3615:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3628:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3630:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3649:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3672:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3673:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3677:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3683:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3685:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3687:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3693:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3696:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3724:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3725:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:3726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3782:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3799:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3801:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3807:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3812:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3820:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3826:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3833:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3847:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3863:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3870:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3878:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3883:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3891:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3893:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3898:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3900:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3903:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3911:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3913:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3919:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3923:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3931:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3938:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3945:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3947:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3952:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3959:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3961:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3966:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3968:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3973:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3980:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3987:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3989:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3994:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3996:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4001:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4003:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4008:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4015:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4017:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4022:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4024:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4029:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4031:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4036:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4043:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4045:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4050:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4052:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4057:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4064:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4071:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4078:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4085:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4087:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4092:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4094:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4099:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4101:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4106:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4113:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4115:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4164:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4185:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4194:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4204:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4204:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:4210:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4239:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4239:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:4240:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4245:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4249:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4268:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4270:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4270:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4273:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4281:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4299:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4301:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4301:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4304:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4324:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4326:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4326:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4347:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4349:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4349:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4352:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4380:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4392:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4393:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4405:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4433:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4434:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4436:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4446:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4448:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4448:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4488:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4494:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4496:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4496:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4510:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4523:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4525:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4547:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4551:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4588:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4589:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4591:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4591:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4596:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4598:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:4606:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4608:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4626:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4628:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4643:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4646:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4651:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4675:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4680:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:4681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4697:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4705:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4707:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4713:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4721:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4723:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4728:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4731:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4731:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4754:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4764:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4769:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4775:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4789:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4791:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4793:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4797:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4838:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4840:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4841:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4858:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4866:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4869:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4872:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4872:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4878:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4883:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4886:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4888:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4888:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4890:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4939:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4949:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4953:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4957:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4961:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4968:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4971:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4973:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4975:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4999:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5005:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5022:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5026:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:5027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5030:  Small and focused functions are preferred: () has 1027 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/regexp.c:5032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5071:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:5072:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:5074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5092:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5095:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5098:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5101:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5108:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5116:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5121:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5123:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5124:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5127:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5133:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5142:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5147:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5149:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5150:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5153:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5159:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5167:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5172:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5174:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5175:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5178:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5190:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5195:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5200:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5201:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5202:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5204:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5215:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5220:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5223:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5226:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5227:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5229:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5230:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5232:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5336:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5339:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:5344:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5364:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5369:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5371:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5372:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5373:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5374:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5378:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5380:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5382:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5391:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5393:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5396:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5423:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5427:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5430:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5432:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5445:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5447:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5451:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5453:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5472:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5487:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5503:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:5515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5525:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:5537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5555:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5573:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5583:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5616:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5618:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5629:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:5636:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5658:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5663:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5665:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5667:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5669:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5674:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5676:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5678:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5705:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5717:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:5719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5719:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5723:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5745:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5754:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5756:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5758:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5760:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5781:  Should leave no spaces after a cast: u'(int) OP'  [whitespace/cast] [2]
src/nvim/regexp.c:6019:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6034:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6046:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6064:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6076:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6088:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6128:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6138:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6142:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6153:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6153:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6153:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6153:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6154:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6154:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6154:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6154:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6155:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6155:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6155:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6155:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6156:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6156:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6156:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6156:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6157:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6157:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6157:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6157:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6158:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6158:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6158:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6158:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6159:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6159:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6159:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6159:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6160:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6160:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6160:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6160:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6161:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6161:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6161:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6161:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6162:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6162:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6162:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6163:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6163:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6163:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6164:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6164:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6164:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6165:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6165:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6165:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6166:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6166:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6166:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6167:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6167:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6167:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6168:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6168:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6168:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6169:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6169:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6170:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6170:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6171:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6171:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6172:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6172:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6173:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6173:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6173:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6174:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6174:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6175:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6175:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6176:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6176:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6177:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6177:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6178:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6178:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6178:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6179:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6179:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6180:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6180:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6180:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6181:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6181:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6181:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6182:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6182:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6183:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6183:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6183:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6184:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6184:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6185:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6185:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6185:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6186:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6186:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6186:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6187:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6187:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6188:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6188:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6189:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6189:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6189:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6190:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6190:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6191:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6191:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6192:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6192:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6193:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6193:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6194:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6194:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6195:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6195:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6196:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6196:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6196:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6197:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6197:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6197:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6198:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6198:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6198:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6199:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6199:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6199:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6200:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6200:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6200:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6227:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6229:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6231:  Missing space before asterisk in size_t)*  [whitespace/operators] [2]
src/nvim/regexp.c:6234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6258:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6263:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6278:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6286:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6288:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6292:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6298:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6300:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6303:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6305:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6305:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:6306:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6368:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:6371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6380:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6381:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6384:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6388:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6390:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6392:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6394:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6395:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6396:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6402:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6404:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6409:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6438:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:6444:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6448:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:6452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6459:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:6469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6478:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6517:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6521:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6527:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6529:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6530:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6537:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6561:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6563:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6565:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6567:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6608:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6614:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6616:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6620:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6624:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6636:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6645:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:6652:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6658:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6660:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6662:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6670:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6679:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6681:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6683:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6685:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6687:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6689:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6692:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6709:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6711:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6714:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6717:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6720:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6728:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6730:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6735:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6743:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6744:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6751:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6792:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6802:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:6804:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6808:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6814:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6816:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6825:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6826:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6829:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6832:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6834:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6836:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6838:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:6840:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6842:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6851:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6977:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:6977:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:6984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6989:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7003:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:7005:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7032:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:7087:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7089:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:7089:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:7110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7120:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7121:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7122:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7123:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7124:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7125:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:52:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:57:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:57:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:58:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:88:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:166:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:167:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:168:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:173:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:178:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:180:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:181:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:182:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:183:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:184:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:185:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:186:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:187:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:196:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:201:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:202:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:203:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:205:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:206:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:207:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:208:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:209:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:210:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:211:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:212:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:213:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:214:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:237:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp_nfa.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:306:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:340:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:373:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:468:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:524:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:530:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:550:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:557:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:564:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:566:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:609:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:613:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:613:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:614:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:616:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:663:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:665:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:669:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:672:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:672:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1111:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1124:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1133:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1140:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1180:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1205:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1205:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1213:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1245:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1291:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1300:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1302:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1318:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1340:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1377:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:1378:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1380:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1382:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1415:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1418:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1419:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1422:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1423:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1432:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1438:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1486:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1495:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1506:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1580:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1601:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1611:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1620:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1627:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1633:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1636:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1637:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1672:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1675:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1677:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1697:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1699:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1736:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1738:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1753:  Small and focused functions are preferred: nfa_regatom() has 515 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/regexp_nfa.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1771:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1787:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1791:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1814:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1818:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:1825:  Missing space before ( in switch(  [whitespace/parens] [5]
src/nvim/regexp_nfa.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1839:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1853:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1875:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1877:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1883:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1886:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1918:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1923:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1925:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1927:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1930:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1932:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1967:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2012:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2014:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2014:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2017:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2045:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2055:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2058:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2065:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2082:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:2083:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:2084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2084:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2090:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2095:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2100:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2105:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2112:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2117:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2119:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2127:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2129:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:2140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2143:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2356:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2358:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:2363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2374:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2376:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2384:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2408:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2423:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:2428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2429:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2430:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2431:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2432:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2439:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2469:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2471:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2488:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2512:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2583:  while should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2656:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2672:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2686:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2694:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2696:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2698:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2699:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:2701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2712:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:2742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2743:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2746:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2856:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2892:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2910:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:2913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2929:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2943:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2949:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2957:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2963:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2977:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2984:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2990:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3000:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3006:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3016:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3032:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3037:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3069:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3071:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3119:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3135:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3139:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3152:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3186:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3217:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3220:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3231:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3239:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3264:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3269:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3272:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3298:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3309:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3314:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3318:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3320:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3323:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3369:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:3377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3379:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3380:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3381:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3393:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3395:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3403:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3405:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:3410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3425:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3433:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3434:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3436:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3437:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3438:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3440:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3441:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3447:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3448:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3456:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3458:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3460:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3459:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp_nfa.c:3478:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3485:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3488:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3502:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3506:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3509:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3518:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3522:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3524:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3525:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3528:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3540:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:3545:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3564:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:3565:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3567:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3569:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3571:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3573:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3575:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3577:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3600:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:3601:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3605:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3609:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3610:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3624:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3630:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3635:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3636:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3637:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3638:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3641:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3659:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3660:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3670:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:3672:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3677:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3691:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3694:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3696:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3698:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3701:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3715:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3725:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3780:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3783:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3785:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3793:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3800:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3801:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3808:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3809:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3811:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3820:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3825:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:3838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3876:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3928:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3941:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3954:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3956:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3956:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3958:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3961:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3965:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3970:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4035:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:4045:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/regexp_nfa.c:4057:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:4067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4068:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4070:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4074:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4078:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4080:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4126:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4151:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4156:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4160:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4174:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4175:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4191:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4196:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4209:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4212:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4213:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4224:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4227:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4230:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4241:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4245:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4249:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4253:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4257:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4261:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4265:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4269:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4273:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4277:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4281:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4285:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4289:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4293:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4297:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4301:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4317:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4318:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4330:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4334:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4342:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4347:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4348:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4349:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4350:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4351:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4353:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4356:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4374:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4375:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4386:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4392:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4412:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4427:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4433:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4434:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4444:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp_nfa.c:4454:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4458:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4475:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4478:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4491:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4505:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4510:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4518:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4537:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4538:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4547:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4556:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4572:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4572:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4593:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4598:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4729:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4746:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4752:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4874:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4878:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4878:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4885:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4888:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4900:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4904:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4937:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4957:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4969:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4973:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:4984:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4986:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4988:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4992:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4993:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5014:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5023:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5044:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5047:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5052:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5054:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5055:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5060:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5070:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5095:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5096:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5110:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5132:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5159:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5186:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5192:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5203:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5391:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5400:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5400:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:5401:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5409:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5460:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5468:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5470:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5470:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:5473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5476:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5810:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5880:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5885:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5903:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5905:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5919:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5931:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5940:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5956:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5976:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5978:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5980:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6038:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6040:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6046:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:6053:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6062:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6095:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6111:  Small and focused functions are preferred: nfa_regmatch() has 1013 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/regexp_nfa.c:6132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6141:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6175:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6184:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6186:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6213:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6258:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6259:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:6261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6264:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6265:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6277:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6280:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6283:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6284:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6285:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6286:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6291:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6296:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6303:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6307:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:6321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6330:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6345:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6364:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:6371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6375:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6386:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6387:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6448:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:6449:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:6451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6463:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:132:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:173:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:227:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:234:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:236:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:243:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:269:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:273:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:284:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:292:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:298:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:298:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:306:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:309:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:310:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:329:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:330:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:333:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:340:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:348:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:349:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:353:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:363:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:375:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:406:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:411:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:433:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:437:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:443:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:444:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:455:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:456:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:457:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:459:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:463:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:465:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:476:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:491:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:503:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:513:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:552:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:617:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:619:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:621:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:623:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:625:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:625:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:635:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:636:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:639:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:682:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:695:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:697:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:708:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:721:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:723:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:724:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:724:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:729:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:753:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:753:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:755:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:767:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:772:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:773:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:774:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:784:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:786:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:792:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:802:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:809:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:812:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:821:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:845:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:855:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:856:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:857:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:861:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:866:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:875:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:876:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:877:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:882:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:886:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:888:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:890:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:893:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:895:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:897:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:928:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:935:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:936:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:938:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:969:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:986:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:986:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:989:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:998:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:998:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1035:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1037:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1039:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1041:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1055:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1061:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1064:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1066:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1068:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1087:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1088:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1093:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1095:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1115:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1125:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1142:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1147:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1151:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1152:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1155:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1159:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1200:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1206:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1263:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1266:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1274:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1275:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1291:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1292:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1292:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1293:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1294:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1299:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1312:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1314:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1314:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1316:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1317:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1326:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1328:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1328:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1330:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1331:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1333:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1361:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1363:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1369:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1371:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1371:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1394:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1395:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1396:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1413:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1432:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1433:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1434:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1437:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1439:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1444:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1451:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1460:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1466:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1509:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1511:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1518:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1546:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1562:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1564:  Small and focused functions are preferred: win_update() has 627 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/screen.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1571:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1583:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1623:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1631:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1658:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:1659:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1680:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:1693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1710:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1712:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1724:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1726:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1726:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1728:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1734:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1734:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1736:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/screen.c:1737:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1737:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1766:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1769:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1772:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1783:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:1784:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1816:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1818:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1825:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1857:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1859:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1863:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1865:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1869:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1871:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1874:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1883:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1886:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1888:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1895:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1904:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1910:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1937:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1941:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1948:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1982:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1984:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1986:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1992:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2018:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:2018:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2027:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2084:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2103:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2109:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2110:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2129:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2131:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2136:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2137:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2137:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2144:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2147:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2153:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2158:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2175:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2179:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2181:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2182:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/screen.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2226:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2241:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2243:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2244:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2245:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2245:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2248:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2259:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2268:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2281:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2290:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2316:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2318:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2319:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2321:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2323:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2333:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2335:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2335:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2337:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2339:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2341:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2348:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2350:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2361:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:2365:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2367:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2368:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2374:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2377:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2379:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2386:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2390:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2392:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2395:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2397:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2403:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2404:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2407:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2409:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2412:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2417:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2455:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/screen.c:2459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2463:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2465:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2501:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2507:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2522:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2536:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2542:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2558:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2562:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2571:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2573:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2575:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2576:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2599:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2609:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:2618:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2642:  Missing space after {  [whitespace/braces] [5]
src/nvim/screen.c:2642:  Missing space before }  [whitespace/braces] [5]
src/nvim/screen.c:2656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2678:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/screen.c:2681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2698:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2719:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2722:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2722:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2732:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:2734:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2735:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:2735:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:2737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2737:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2741:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2749:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2767:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2768:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:2778:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2778:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2781:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2792:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2794:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2810:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2827:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2840:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2849:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2879:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2880:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2885:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:2888:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2914:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2919:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2921:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2927:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2931:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:2934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2941:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2949:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2950:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2951:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2956:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2957:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2959:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2961:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2967:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2970:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2989:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:2993:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2993:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2994:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2995:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2997:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3018:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3021:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3022:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3031:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3032:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3036:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3042:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3044:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3047:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3053:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3054:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3063:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3064:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3070:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3072:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3093:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3102:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:3102:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:3128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3130:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3152:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3156:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3158:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3162:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3164:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3191:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3192:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3196:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3201:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3221:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:3228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3238:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3242:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3244:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3252:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3254:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3258:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3283:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3288:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3319:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3330:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3337:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3364:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/screen.c:3372:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3408:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3411:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3412:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3511:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3525:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3526:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3525:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3526:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3525:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3526:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3525:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3526:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3538:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3541:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3558:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3561:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3568:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3595:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3596:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3595:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3596:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3651:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3666:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3671:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3674:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3675:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3725:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3743:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3744:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3750:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3751:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3752:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3753:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3757:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3770:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3771:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:3775:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3778:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3789:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3797:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3799:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3804:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3805:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3807:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3809:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3815:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3816:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3818:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3819:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3821:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3833:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3834:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3835:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3839:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3845:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3852:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3866:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3868:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3870:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:3870:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:3871:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3876:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3878:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3879:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3881:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3883:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3885:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3887:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3890:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3893:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3931:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3932:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3931:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3932:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3940:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3943:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3944:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3948:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3978:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3979:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3983:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3991:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3993:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:3995:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3998:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4004:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4028:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4029:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4033:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4034:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4037:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4040:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4041:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4042:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4075:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4076:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4078:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4079:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4084:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4085:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4087:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4088:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4097:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:4098:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4103:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4106:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4108:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4112:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4116:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4124:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4125:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4134:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4135:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4139:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4141:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:4144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4155:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4163:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4177:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4189:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4191:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4192:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4197:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4198:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4223:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4225:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4228:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4231:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:4232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4241:  Small and focused functions are preferred: () has 1639 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/screen.c:4244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4252:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4253:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4254:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4255:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4271:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4300:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:4308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4310:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/screen.c:4311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4318:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4320:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4336:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4337:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4339:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4341:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4352:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4354:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4374:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4383:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4386:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4394:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4400:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4408:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4408:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4412:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4418:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4421:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4423:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4436:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4444:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:4445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4450:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4451:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4455:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4477:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4482:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4483:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4496:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4508:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:4511:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4524:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4540:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4549:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4551:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4552:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4556:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:4562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4574:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4591:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4615:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4631:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:4634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4647:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4657:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4664:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4668:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4670:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4673:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4676:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4676:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4678:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4685:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4687:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4690:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4691:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4694:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4697:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4699:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4702:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4729:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4730:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4742:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4748:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4754:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4767:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4769:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4770:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4782:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4814:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4818:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4820:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4825:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4843:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4866:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4875:  Should leave no spaces after a cast: u'(int) mb_string2cells'  [whitespace/cast] [2]
src/nvim/screen.c:4877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4879:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4886:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4900:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4905:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4912:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4914:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4933:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4935:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4937:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4944:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4948:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4963:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4966:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4967:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4971:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4979:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:4981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4987:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4988:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4998:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4999:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5000:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5004:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5006:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5009:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5010:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:5011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5023:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:5025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5028:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5050:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5052:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5072:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5074:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5075:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5077:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5081:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5086:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5093:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5098:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5104:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5131:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5146:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5167:  Should leave no spaces after a cast: u'(char *) p'  [whitespace/cast] [2]
src/nvim/screen.c:5171:  Should leave no spaces after a cast: u'(char_u *) tabtab'  [whitespace/cast] [2]
src/nvim/screen.c:5180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5191:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5193:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5215:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5238:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5239:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5240:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5241:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5288:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5315:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5317:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5319:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5324:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5327:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5338:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5344:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5380:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5382:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5389:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5393:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5402:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5404:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5404:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5408:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5410:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5426:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5439:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5440:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5441:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5448:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5491:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5515:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:5515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5529:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5530:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5536:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:5537:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5538:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5539:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5545:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5558:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5563:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5577:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:5579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5596:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5606:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5619:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5621:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5627:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5629:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5633:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5636:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5637:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5649:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:5650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5659:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5663:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5687:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5757:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5774:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5779:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5806:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5827:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:5836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5836:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5838:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5840:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5846:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5864:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5872:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5873:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5879:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5880:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5882:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5883:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5884:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5886:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5895:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5898:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5906:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5917:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5921:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5924:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5926:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5931:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5934:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5935:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5937:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5954:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5955:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5956:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5985:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6008:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6025:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6027:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6033:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:6035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6053:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6061:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6061:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6064:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6071:  Should leave no spaces after a cast: u'(size_t) Columns'  [whitespace/cast] [2]
src/nvim/screen.c:6080:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6080:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6081:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6097:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6103:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6120:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6122:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6135:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6136:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6136:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6138:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6139:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6141:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6143:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6145:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6148:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6154:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6157:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6162:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6163:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6164:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6164:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6170:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6173:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6175:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6176:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6188:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6188:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6204:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:6211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6216:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6228:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6228:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6252:  Should leave no spaces after a cast: u'(size_t) tpcd_size'  [whitespace/cast] [2]
src/nvim/screen.c:6258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6275:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6277:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6283:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6286:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6288:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6304:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6306:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6325:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6325:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6329:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6333:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6344:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6347:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6348:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6351:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6347:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6348:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6351:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6348:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6351:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6370:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6373:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6376:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6380:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6391:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6392:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6393:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6394:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6401:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6405:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6416:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6436:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6439:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6442:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6443:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6447:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6458:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6466:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:6467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6473:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:6481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6495:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6500:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6503:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6516:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6539:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:6544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6551:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6559:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6568:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6577:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6593:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:6598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6605:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6613:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6622:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6664:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:6666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6672:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6683:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6696:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6699:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6702:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6708:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6718:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6720:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6722:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6723:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6726:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6730:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6732:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6734:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6737:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6739:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6742:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6765:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6774:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6775:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6781:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6786:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6791:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6794:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6795:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6859:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:6861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6864:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6878:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6880:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6886:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:6907:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6909:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6912:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6925:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6926:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6927:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6928:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6933:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6939:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6951:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6956:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:6960:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6980:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6999:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7008:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7011:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7031:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7035:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7047:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7076:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7080:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7085:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:7088:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7094:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7101:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7108:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7113:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7114:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7117:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7123:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7124:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7125:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7135:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7136:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7137:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7138:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7145:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7146:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7147:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7148:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7150:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7151:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7152:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7153:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7154:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:7174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7177:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7179:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7190:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7191:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7195:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7205:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7206:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:7208:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7212:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7217:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7219:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7221:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:7225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7235:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:7241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7242:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7243:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7265:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7268:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7272:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7279:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:7282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7283:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7305:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7308:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7321:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7324:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:7333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7361:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7371:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:7373:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7379:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:82:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:82:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:84:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:84:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:89:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:89:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:90:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:91:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:128:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:129:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:147:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:152:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:156:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:163:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:172:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:173:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:182:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:185:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:192:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:219:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:225:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:244:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:263:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:314:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:338:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:340:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:342:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:346:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:348:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:349:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:351:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:366:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:373:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:375:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:413:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:414:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/search.c:418:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:421:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:431:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:436:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:451:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:453:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:476:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/search.c:475:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:476:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/search.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:483:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:541:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:559:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:562:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:564:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:566:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:570:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:587:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:590:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:598:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:623:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:661:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:672:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:696:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:707:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:716:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:717:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:721:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:725:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:729:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:732:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:737:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/search.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:749:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:765:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:767:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:770:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:791:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:800:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:804:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:807:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:814:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:826:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:828:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:830:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:834:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:845:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:847:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:848:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:852:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:863:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:864:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:865:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:887:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:888:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:957:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:959:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:964:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:966:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:973:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:976:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:985:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1028:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1043:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1045:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1047:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1051:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1052:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1053:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1067:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1078:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1083:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1087:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1090:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:1091:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1110:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1118:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1131:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1131:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1139:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1139:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1140:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1149:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1150:  Missing space after ,  [whitespace/comma] [3]
src/nvim/search.c:1153:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1160:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1162:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1168:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1179:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1181:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1192:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1193:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1197:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:1197:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1198:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1199:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1213:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1225:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1231:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1260:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1269:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1276:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1278:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1282:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/search.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1288:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1293:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1319:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1328:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1329:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1330:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1334:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1336:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1338:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1351:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1353:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1365:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1368:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1373:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1376:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1379:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1383:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1385:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1387:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1396:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1399:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1432:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1433:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1435:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1437:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1452:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1456:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1458:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1458:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1462:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1463:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1465:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1467:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1474:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1537:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1539:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1552:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1558:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1559:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1579:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1580:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1581:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1585:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:1588:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1592:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1598:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1601:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1616:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1617:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1620:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1623:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1624:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1632:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1639:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1664:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1666:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1672:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1674:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/search.c:1677:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1679:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1683:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1689:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1695:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1713:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1717:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1718:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1726:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1729:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1731:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1742:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1747:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1751:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1761:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1767:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1769:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1776:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1779:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1781:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1782:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1812:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1820:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1821:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1864:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1865:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1867:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1869:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1870:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1871:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1880:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1885:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1886:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1887:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1897:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1898:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1907:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1908:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1926:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1927:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1937:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1937:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1938:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1994:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1999:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2005:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2007:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2007:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2008:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2037:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2043:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2045:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2048:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2049:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2052:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2054:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2056:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2060:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2062:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2065:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2076:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2077:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2094:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:2095:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2098:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2110:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2122:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2124:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2134:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2171:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2176:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2178:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2214:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2216:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2218:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2233:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2235:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2241:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2243:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2244:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/search.c:2249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2249:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2255:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2257:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2263:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2264:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2282:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2295:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2303:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2313:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2316:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2319:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2327:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2328:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2332:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2335:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2347:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:2348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2351:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2354:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:2358:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2359:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2415:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2417:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2421:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2429:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2435:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2438:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2449:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2450:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2465:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2477:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2483:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2486:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2497:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2501:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2524:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2527:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2536:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2539:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2581:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2584:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2595:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2603:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2606:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2613:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2618:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2628:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2629:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2642:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2644:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2651:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2660:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2662:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2675:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2676:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2677:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2690:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2716:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2717:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2724:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2726:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2736:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2737:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2747:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2773:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2773:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2783:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2784:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2786:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2789:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2790:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2813:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2816:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2819:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2819:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2827:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2830:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2830:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2837:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2840:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2840:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2844:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2862:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2872:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2876:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2878:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2914:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2926:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2927:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2932:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2935:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2938:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2951:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2952:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:2953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2957:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2962:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2964:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2968:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2971:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2972:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2981:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2984:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2987:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2991:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2993:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2993:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2995:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2996:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2998:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3000:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3012:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3014:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3020:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3022:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3023:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3029:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3031:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3043:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3044:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3058:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3069:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3070:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3071:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3073:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3075:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3079:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3116:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3141:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3160:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3162:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3165:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3192:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:3197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3198:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3199:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3204:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3207:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3210:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3218:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3223:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3224:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3228:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3229:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3231:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3241:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3242:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3269:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3279:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3280:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3283:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3285:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3286:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3288:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3290:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3291:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3299:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3307:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:3309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3310:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3311:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3312:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3324:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:3325:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:3333:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:3334:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:3337:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3353:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3354:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3373:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3384:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3422:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3423:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3437:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3441:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3451:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3463:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:3471:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3474:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3481:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3483:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3500:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3503:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3506:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3513:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3514:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3516:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3518:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3519:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3521:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3524:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3528:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3532:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3535:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3538:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3544:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3545:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3547:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3554:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3555:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3556:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3561:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3585:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3586:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3597:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3599:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3600:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3601:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3603:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3605:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3606:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3617:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3618:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3628:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3631:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3632:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3634:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3635:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3637:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3647:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3648:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3659:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3661:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3668:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3693:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3707:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3708:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3710:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3718:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3719:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3721:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3734:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3747:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3748:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3752:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3753:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3756:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3766:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3767:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3773:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3774:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3780:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3781:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3782:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3783:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3784:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3785:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3790:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3793:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3817:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3820:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/search.c:3824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3825:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3843:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3859:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3860:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3872:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3883:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3885:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3888:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3907:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3920:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3946:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3948:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3950:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3961:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3963:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3966:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/search.c:3969:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3995:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3996:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4008:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4011:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4013:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4015:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4020:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4044:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:4045:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:4052:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/search.c:4046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4051:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4051:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:4054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4082:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4083:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4104:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4109:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4115:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4117:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4121:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4122:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4124:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4131:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4133:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4143:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4153:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4177:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4198:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4203:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4205:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4224:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4226:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:4227:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4228:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:4232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4238:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:4240:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4241:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4243:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4244:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4253:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4255:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4266:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4272:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4274:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4281:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4284:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4284:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4289:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4293:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4296:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/search.c:4297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4303:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4306:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/search.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4324:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:4326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4342:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:4344:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4349:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4368:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4370:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:4374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4376:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4378:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4381:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4382:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4395:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4397:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4401:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4416:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4419:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4420:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4431:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4442:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4451:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4456:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4458:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4464:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4465:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4468:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4470:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4470:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4475:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4476:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4478:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4480:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4477:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4484:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4484:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:4485:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4487:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4488:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4495:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4496:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4504:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4511:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4514:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4518:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4519:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4518:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4528:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4544:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4552:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4554:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4565:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4568:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4571:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4578:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4580:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4583:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4596:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4602:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4610:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4612:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4614:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4617:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4627:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/search.c:4631:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4633:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4634:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4635:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4641:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4642:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4643:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4644:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4648:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4650:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4659:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4663:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4665:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4667:  if should always use braces  [readability/braces] [5]
src/nvim/sha256.c:88:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/sha256.c:188:  Should leave no spaces after a cast: u'(uint32_t) length'  [whitespace/cast] [2]
src/nvim/sha256.c:280:  Should leave no spaces after a cast: u'(char *) hexit'  [whitespace/cast] [2]
src/nvim/sha256.c:323:  Should leave no spaces after a cast: u'(char_u *) sha_self_test_msg'  [whitespace/cast] [2]
src/nvim/shada.c:66:  Should leave no spaces after a cast: u'(char *) copy_option_part'  [whitespace/cast] [2]
src/nvim/shada.c:68:  Should leave no spaces after a cast: u'(const char *) find_shada_parameter'  [whitespace/cast] [2]
src/nvim/shada.c:87:  Should leave no spaces after a cast: u'(char_u *) f'  [whitespace/cast] [2]
src/nvim/shada.c:340:  Should leave no spaces after a cast: u'(hmll_entries) contained_entries'  [whitespace/cast] [2]
src/nvim/shada.c:384:  Should leave no spaces after a cast: u'(strset) dumped_variables'  [whitespace/cast] [2]
src/nvim/shada.c:385:  Should leave no spaces after a cast: u'(file_marks) file_marks'  [whitespace/cast] [2]
src/nvim/shada.c:605:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:609:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:671:  Should leave no spaces after a cast: u'(intptr_t) sd_reader'  [whitespace/cast] [2]
src/nvim/shada.c:673:  Should leave no spaces after a cast: u'(char *) dest'  [whitespace/cast] [2]
src/nvim/shada.c:676:  Should leave no spaces after a cast: u'(size_t) cur_read_bytes'  [whitespace/cast] [2]
src/nvim/shada.c:677:  Should leave no spaces after a cast: u'(uintmax_t) cur_read_bytes'  [whitespace/cast] [2]
src/nvim/shada.c:700:  Should leave no spaces after a cast: u'(ptrdiff_t) read_bytes'  [whitespace/cast] [2]
src/nvim/shada.c:712:  Should leave no spaces after a cast: u'(int) ret'  [whitespace/cast] [2]
src/nvim/shada.c:724:  Should leave no spaces after a cast: u'(intptr_t) sd_writer'  [whitespace/cast] [2]
src/nvim/shada.c:726:  Should leave no spaces after a cast: u'(char *) dest'  [whitespace/cast] [2]
src/nvim/shada.c:729:  Should leave no spaces after a cast: u'(size_t) cur_written_bytes'  [whitespace/cast] [2]
src/nvim/shada.c:746:  Should leave no spaces after a cast: u'(ptrdiff_t) written_bytes'  [whitespace/cast] [2]
src/nvim/shada.c:753:  Should leave no spaces after a cast: u'(intptr_t) sd_reader'  [whitespace/cast] [2]
src/nvim/shada.c:760:  Should leave no spaces after a cast: u'(intptr_t) sd_writer'  [whitespace/cast] [2]
src/nvim/shada.c:785:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:791:  Should leave no spaces after a cast: u'(size_t) new_read_bytes'  [whitespace/cast] [2]
src/nvim/shada.c:819:  Should leave no spaces after a cast: u'(uint64_t) offset'  [whitespace/cast] [2]
src/nvim/shada.c:868:  Should leave no spaces after a cast: u'(intptr_t) open_file'  [whitespace/cast] [2]
src/nvim/shada.c:871:  Should leave no spaces after a cast: u'(int) fd'  [whitespace/cast] [2]
src/nvim/shada.c:881:  Should leave no spaces after a cast: u'(void *) fd'  [whitespace/cast] [2]
src/nvim/shada.c:914:  Should leave no spaces after a cast: u'(uintptr_t) buf'  [whitespace/cast] [2]
src/nvim/shada.c:932:  Should leave no spaces after a cast: u'(ShaDaWriteDef *) data'  [whitespace/cast] [2]
src/nvim/shada.c:1022:  Should leave no spaces after a cast: u'(char *) hist_he'  [whitespace/cast] [2]
src/nvim/shada.c:1023:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/shada.c:1024:  Should leave no spaces after a cast: u'(char) hist_he'  [whitespace/cast] [2]
src/nvim/shada.c:1151:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/shada.c:1152:  Should leave no spaces after a cast: u'(char_u *) cur_entry'  [whitespace/cast] [2]
src/nvim/shada.c:1157:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/shada.c:1218:  Should leave no spaces after a cast: u'(int) jumps_size'  [whitespace/cast] [2]
src/nvim/shada.c:1235:  Should leave no spaces after a cast: u'(size_t) i'  [whitespace/cast] [2]
src/nvim/shada.c:1239:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1245:  Should leave no spaces after a cast: u'(size_t) jl_len'  [whitespace/cast] [2]
src/nvim/shada.c:1273:  Should leave no spaces after a cast: u'(unsigned) ('  [whitespace/cast] [2]
src/nvim/shada.c:1300:  Should leave no spaces after a cast: u'(size_t) p_hi'  [whitespace/cast] [2]
src/nvim/shada.c:1304:  Should leave no spaces after a cast: u'(bufset) cl_bufs'  [whitespace/cast] [2]
src/nvim/shada.c:1305:  Should leave no spaces after a cast: u'(fnamebufs) fname_bufs'  [whitespace/cast] [2]
src/nvim/shada.c:1306:  Should leave no spaces after a cast: u'(strset) oldfiles_set'  [whitespace/cast] [2]
src/nvim/shada.c:1363:  Should leave no spaces after a cast: u'(char_u *) cur_entry'  [whitespace/cast] [2]
src/nvim/shada.c:1395:  Should leave no spaces after a cast: u'(void) regtilde'  [whitespace/cast] [2]
src/nvim/shada.c:1424:  Should leave no spaces after a cast: u'(char_u **) cur_entry'  [whitespace/cast] [2]
src/nvim/shada.c:1425:  Should leave no spaces after a cast: u'(linenr_T) cur_entry'  [whitespace/cast] [2]
src/nvim/shada.c:1427:  Should leave no spaces after a cast: u'(colnr_T) cur_entry'  [whitespace/cast] [2]
src/nvim/shada.c:1451:  Should leave no spaces after a cast: u'(char_u *) ('  [whitespace/cast] [2]
src/nvim/shada.c:1520:  Should leave no spaces after a cast: u'(void) kh_put'  [whitespace/cast] [2]
src/nvim/shada.c:1549:  Should leave no spaces after a cast: u'(void) kh_put'  [whitespace/cast] [2]
src/nvim/shada.c:1589:  Should leave no spaces after a cast: u'(void) tp'  [whitespace/cast] [2]
src/nvim/shada.c:1598:  Should leave no spaces after a cast: u'(void *) key'  [whitespace/cast] [2]
src/nvim/shada.c:1643:  Should leave no spaces after a cast: u'(const char *) &('  [whitespace/cast] [2]
src/nvim/shada.c:1705:  Should leave no spaces after a cast: u'(const char *) hi'  [whitespace/cast] [2]
src/nvim/shada.c:1707:  Should leave no spaces after a cast: u'(const char *) hi'  [whitespace/cast] [2]
src/nvim/shada.c:1720:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1727:  Should leave no spaces after a cast: u'(unsigned) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1735:  Should leave no spaces after a cast: u'(size_t) is_hist_search'  [whitespace/cast] [2]
src/nvim/shada.c:1743:  Should leave no spaces after a cast: u'(uint8_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1750:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1772:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1783:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1795:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1834:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1840:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1860:  Should leave no spaces after a cast: u'(uint8_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1867:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1872:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1889:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1897:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1899:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1901:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1904:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1915:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1920:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1938:  Should leave no spaces after a cast: u'(int64_t) obj'  [whitespace/cast] [2]
src/nvim/shada.c:1957:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1961:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1965:  Should leave no spaces after a cast: u'(uint64_t) sbuf'  [whitespace/cast] [2]
src/nvim/shada.c:1967:  Should leave no spaces after a cast: u'(unsigned) sbuf'  [whitespace/cast] [2]
src/nvim/shada.c:2164:  Should leave no spaces after a cast: u'(uint64_t) initial_fpos'  [whitespace/cast] [2]
src/nvim/shada.c:2181:  Should leave no spaces after a cast: u'(uint64_t) initial_fpos'  [whitespace/cast] [2]
src/nvim/shada.c:2189:  Should leave no spaces after a cast: u'(uint64_t) initial_fpos'  [whitespace/cast] [2]
src/nvim/shada.c:2329:  Should leave no spaces after a cast: u'(const char *) entry'  [whitespace/cast] [2]
src/nvim/shada.c:2433:  Should leave no spaces after a cast: u'(bufset) removable_bufs'  [whitespace/cast] [2]
src/nvim/shada.c:2434:  Should leave no spaces after a cast: u'(size_t) max_kbyte_i'  [whitespace/cast] [2]
src/nvim/shada.c:2435:  Should leave no spaces after a cast: u'(size_t) get_shada_parameter'  [whitespace/cast] [2]
src/nvim/shada.c:2448:  Should leave no spaces after a cast: u'(size_t) num_saved'  [whitespace/cast] [2]
src/nvim/shada.c:2454:  Should leave no spaces after a cast: u'(unsigned) ('  [whitespace/cast] [2]
src/nvim/shada.c:2476:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2478:  Should leave no spaces after a cast: u'(void) kh_put'  [whitespace/cast] [2]
src/nvim/shada.c:2496:  Should leave no spaces after a cast: u'(Integer) max_kbyte'  [whitespace/cast] [2]
src/nvim/shada.c:2498:  Should leave no spaces after a cast: u'(Integer) os_get_pid'  [whitespace/cast] [2]
src/nvim/shada.c:2500:  Should leave no spaces after a cast: u'(char *) p_enc'  [whitespace/cast] [2]
src/nvim/shada.c:2539:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2576:  Should leave no spaces after a cast: u'(char *) name'  [whitespace/cast] [2]
src/nvim/shada.c:2591:  Should leave no spaces after a cast: u'(void) kh_put'  [whitespace/cast] [2]
src/nvim/shada.c:2620:  Should leave no spaces after a cast: u'(char *) pat'  [whitespace/cast] [2]
src/nvim/shada.c:2650:  Should leave no spaces after a cast: u'(char *) sub'  [whitespace/cast] [2]
src/nvim/shada.c:2672:  Should leave no spaces after a cast: u'(char *) ('  [whitespace/cast] [2]
src/nvim/shada.c:2687:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/shada.c:2708:  Should leave no spaces after a cast: u'(const char *) fm'  [whitespace/cast] [2]
src/nvim/shada.c:2711:  Should leave no spaces after a cast: u'(const char *) fm'  [whitespace/cast] [2]
src/nvim/shada.c:2718:  Should leave no spaces after a cast: u'(const char *) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2730:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/shada.c:2758:  Should leave no spaces after a cast: u'(char **) reg'  [whitespace/cast] [2]
src/nvim/shada.c:2759:  Should leave no spaces after a cast: u'(size_t) reg'  [whitespace/cast] [2]
src/nvim/shada.c:2761:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:2778:  Should leave no spaces after a cast: u'(const char *) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2802:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/shada.c:2822:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/shada.c:2832:  Should leave no spaces after a cast: u'(size_t) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2892:  Should leave no spaces after a cast: u'(void *) all_file_markss'  [whitespace/cast] [2]
src/nvim/shada.c:2992:  Should leave no spaces after a cast: u'(int) os_getperm'  [whitespace/cast] [2]
src/nvim/shada.c:3000:  Should leave no spaces after a cast: u'(intptr_t) open_file'  [whitespace/cast] [2]
src/nvim/shada.c:3045:  Should leave no spaces after a cast: u'(intptr_t) open_file'  [whitespace/cast] [2]
src/nvim/shada.c:3061:  Should leave no spaces after a cast: u'(void *) fd'  [whitespace/cast] [2]
src/nvim/shada.c:3086:  Should leave no spaces after a cast: u'(uv_uid_t) old_info'  [whitespace/cast] [2]
src/nvim/shada.c:3087:  Should leave no spaces after a cast: u'(uv_gid_t) old_info'  [whitespace/cast] [2]
src/nvim/shada.c:3088:  Should leave no spaces after a cast: u'(int) fd'  [whitespace/cast] [2]
src/nvim/shada.c:3240:  Should leave no spaces after a cast: u'(uint8_t *) &big_endian_64_bits'  [whitespace/cast] [2]
src/nvim/shada.c:3243:  Should leave no spaces after a cast: u'(uint64_t) buf'  [whitespace/cast] [2]
src/nvim/shada.c:3265:  Should leave no spaces after a cast: u'(void) read_bytes'  [whitespace/cast] [2]
src/nvim/shada.c:3275:  Should leave no spaces after a cast: u'(uint64_t) length'  [whitespace/cast] [2]
src/nvim/shada.c:3278:  Should leave no spaces after a cast: u'(size_t) read_bytes'  [whitespace/cast] [2]
src/nvim/shada.c:3314:  Should leave no spaces after a cast: u'(uint64_t) fpos'  [whitespace/cast] [2]
src/nvim/shada.c:3321:  Should leave no spaces after a cast: u'(uint64_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:3344:  Should leave no spaces after a cast: u'(uint64_t) fpos'  [whitespace/cast] [2]
src/nvim/shada.c:3349:  Should leave no spaces after a cast: u'(char *) &buf'  [whitespace/cast] [2]
src/nvim/shada.c:3454:  Should leave no spaces after a cast: u'(size_t) ad_ga'  [whitespace/cast] [2]
src/nvim/shada.c:3472:  Should leave no spaces after a cast: u'(uint32_t) ad_ga'  [whitespace/cast] [2]
src/nvim/shada.c:3493:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:3498:  Should leave no spaces after a cast: u'(uint32_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:3544:  Should leave no spaces after a cast: u'(uint64_t) kSDItemMissing'  [whitespace/cast] [2]
src/nvim/shada.c:3548:  Should leave no spaces after a cast: u'(uint64_t) sd_reader'  [whitespace/cast] [2]
src/nvim/shada.c:3566:  Should leave no spaces after a cast: u'(size_t) length_u64'  [whitespace/cast] [2]
src/nvim/shada.c:3567:  Should leave no spaces after a cast: u'(Timestamp) timestamp_u64'  [whitespace/cast] [2]
src/nvim/shada.c:3583:  Should leave no spaces after a cast: u'(unsigned) ('  [whitespace/cast] [2]
src/nvim/shada.c:3640:  Should leave no spaces after a cast: u'(ShadaEntryType) type_u64'  [whitespace/cast] [2]
src/nvim/shada.c:3817:  Should leave no spaces after a cast: u'(uint8_t) unpacked'  [whitespace/cast] [2]
src/nvim/shada.c:3833:  Should leave no spaces after a cast: u'(char) unpacked'  [whitespace/cast] [2]
src/nvim/shada.c:4005:  Should leave no spaces after a cast: u'(ShadaEntryType) type_u64'  [whitespace/cast] [2]
src/nvim/shada.c:4014:  Should leave no spaces after a cast: u'(ShadaEntryType) type_u64'  [whitespace/cast] [2]
src/nvim/shada.c:4054:  Should leave no spaces after a cast: u'(char *) p_shada'  [whitespace/cast] [2]
src/nvim/shada.c:4055:  Should leave no spaces after a cast: u'(void) copy_option_part'  [whitespace/cast] [2]
src/nvim/spell.c:332:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/spell.c:383:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:385:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:758:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:900:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:990:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:1107:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/spell.c:1107:  Should leave no spaces after a cast: u'(char_u*) skipbin'  [whitespace/cast] [2]
src/nvim/spell.c:1161:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1190:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1295:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1314:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:1317:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1332:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1347:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1352:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1353:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1355:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1360:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1365:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1371:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1373:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1375:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1375:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1382:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1387:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1388:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1394:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1396:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1398:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1399:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1410:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1414:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1417:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1420:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1432:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1443:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1458:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1465:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:1467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1470:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1474:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1494:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1499:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1507:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1514:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1516:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1520:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1528:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1537:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1540:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1542:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1545:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1555:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1573:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1587:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:1602:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1614:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1622:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1623:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1624:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1628:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1631:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1657:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1660:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1661:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1662:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1670:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1677:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1679:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1683:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1685:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1687:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1697:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1703:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1706:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1710:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1721:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:1737:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1752:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1757:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1757:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1761:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1763:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1769:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1778:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:1782:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1783:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1811:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1814:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1816:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1819:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1825:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1826:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:1827:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1829:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1831:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1833:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1838:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1851:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:1865:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1869:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1874:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1884:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1933:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1948:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1949:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1955:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1962:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1963:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1968:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1973:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1982:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1984:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1986:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1986:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1993:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1998:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1999:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:2017:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2022:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2059:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:2086:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2102:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2113:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2117:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2119:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2122:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2127:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2133:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2135:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2142:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2168:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2169:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2171:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2183:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2194:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2212:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2219:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2222:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2223:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:2224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2226:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2231:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2236:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2237:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:2238:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2240:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2245:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2251:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2256:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2262:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:2265:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2286:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2317:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2320:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2331:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2333:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2333:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2333:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2351:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:2352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:2357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:2365:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/spell.c:2366:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2376:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2385:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2452:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2518:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2539:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:2560:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2562:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2583:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2591:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2591:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2611:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2615:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2622:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2636:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2662:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2694:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2696:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2707:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2708:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2722:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2728:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2733:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2739:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2751:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2754:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2759:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2779:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2779:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2786:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2801:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2803:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2803:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2831:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2838:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2855:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2861:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2864:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2872:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2889:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2895:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2899:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2901:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2906:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2913:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2916:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2918:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2939:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2941:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2943:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2947:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2955:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2958:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2964:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2966:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2976:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2978:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2983:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2985:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2990:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2993:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2993:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3008:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3012:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3056:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3058:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3061:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3063:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3077:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3090:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3092:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3092:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3106:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3113:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3128:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3134:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3138:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3157:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3168:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3170:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3172:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3196:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3199:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3201:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3205:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3207:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3211:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3213:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3218:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3220:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3220:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3221:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3223:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3240:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3248:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3291:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3295:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3295:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3300:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3311:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3320:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3322:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3324:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3334:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3339:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3351:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3351:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3352:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3369:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3373:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3375:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3377:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3399:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3412:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3414:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3419:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3425:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3427:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3428:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3464:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3465:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3467:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3471:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3471:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3488:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:3489:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3493:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3499:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3502:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3502:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3519:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3523:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3524:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3529:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3539:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:3542:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3544:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3544:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3551:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3554:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3569:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3581:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3596:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3609:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3624:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3643:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3646:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3651:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3653:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3666:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3668:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3674:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3683:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3685:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3687:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3693:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:3696:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3708:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3708:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3710:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3712:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3712:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3716:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3753:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3791:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3795:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3796:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3803:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3807:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3808:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3815:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3822:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3824:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3824:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3837:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3838:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:3838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3846:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3849:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3854:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3864:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3875:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3878:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3887:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3889:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3889:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3892:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3897:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3898:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3904:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3906:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3906:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3909:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3916:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3924:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3926:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3950:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3954:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3959:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3970:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3975:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3979:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3979:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4007:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4010:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4017:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4022:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4031:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4043:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4045:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4057:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:4069:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4070:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4072:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4074:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4080:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4085:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4088:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4094:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4096:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4119:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4120:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4122:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4123:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4130:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4135:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4144:  Missing space after {  [whitespace/braces] [5]
src/nvim/spell.c:4144:  Missing space before }  [whitespace/braces] [5]
src/nvim/spell.c:4204:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:4213:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:4215:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4225:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:4285:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:4288:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4293:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4298:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4300:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4310:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4335:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:4411:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4414:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4436:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4437:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4438:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4440:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4444:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4445:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4446:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4448:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4449:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4460:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4468:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4477:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4492:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4493:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4511:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:4512:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4516:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4518:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:4519:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4528:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4532:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4540:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4545:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4554:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4555:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4560:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4561:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4562:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4575:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4584:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4597:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4603:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4609:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4621:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4629:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4630:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4663:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4676:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4677:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4679:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4685:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4686:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4689:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4690:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4692:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4703:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4713:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4715:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4721:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4726:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4741:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4759:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4765:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4768:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4771:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4795:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4796:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4797:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4798:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4801:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4820:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:4820:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:4846:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4850:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4849:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4868:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4870:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4882:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4884:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4890:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4892:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4894:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4896:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4905:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/spell.c:4918:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:4919:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4928:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4933:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4934:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4936:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4937:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4940:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4941:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4948:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4957:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4972:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4976:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4985:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4986:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4997:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:4999:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5004:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5025:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5048:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5059:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5064:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5078:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5081:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5083:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5083:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5099:  Small and focused functions are preferred: spell_read_aff() has 617 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/spell.c:5103:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5126:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5128:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5131:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5132:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5134:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5152:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5159:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5162:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5182:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5190:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5202:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5218:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5229:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5232:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5241:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5243:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5243:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5245:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5260:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5294:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5297:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5307:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5309:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5310:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5320:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5328:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5337:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5344:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5375:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5377:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5379:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5383:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5436:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5444:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5445:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5451:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:5452:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5453:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5475:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5486:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5495:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5496:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5500:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:5516:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5522:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5523:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5534:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5535:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5538:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5542:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5549:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5550:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5556:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5562:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5563:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5564:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5571:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5573:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5588:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5589:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5591:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5592:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5594:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5595:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5597:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5598:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5600:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5601:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5603:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5604:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5613:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5631:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5635:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5636:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5646:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5660:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5663:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5664:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5678:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:5710:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5712:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5719:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5719:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5747:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5749:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5756:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5756:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5758:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5769:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5769:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5773:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5786:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5787:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5788:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5795:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5796:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5798:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5804:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5814:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5815:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5815:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5816:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5818:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5822:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5825:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5826:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5832:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5833:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5834:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5835:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5861:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5869:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5876:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5883:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5884:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5885:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5888:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5895:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5896:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5897:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5946:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5949:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5954:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:5955:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5956:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5976:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5978:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5981:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5984:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5984:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5990:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5992:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5992:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6002:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6005:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6007:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6010:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6034:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6040:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6041:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6057:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6063:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6080:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6102:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/spell.c:6103:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6115:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6131:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6164:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:6180:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6181:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6183:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6184:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6187:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6190:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6191:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6193:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6194:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6206:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/spell.c:6215:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6220:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6225:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6228:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6229:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6239:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6244:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6276:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6284:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6286:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6290:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6311:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6314:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6332:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:6356:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6372:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6376:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6378:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6379:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6382:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6384:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6385:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6388:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6391:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6407:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6409:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6409:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6413:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6416:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6433:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6436:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6438:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6449:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6467:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6470:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6477:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6478:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6491:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:6513:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6525:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6530:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6543:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6557:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6560:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6589:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6591:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6628:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6655:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6676:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6677:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6679:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6685:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6687:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6689:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6727:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6729:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6731:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6733:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6736:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6740:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6744:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6746:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6757:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6762:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6763:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6768:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6770:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6772:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6778:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6782:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6787:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6791:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:6819:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6825:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6825:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6829:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6831:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6833:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6892:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6903:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6940:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6942:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6944:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6946:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6967:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6970:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6973:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6975:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6988:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6993:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7010:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7019:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7027:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7028:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7031:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7044:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7046:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7046:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7055:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7057:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7071:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7073:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7086:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7090:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7103:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7104:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7148:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7149:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:7154:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7170:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7177:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7198:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7221:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7241:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7244:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7247:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/spell.c:7250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7260:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7261:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7262:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7265:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7266:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7275:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7276:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7312:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7323:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7350:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7356:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7357:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7359:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7363:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:7372:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7402:  Mismatching spaces inside () in if  [whitespace/parens] [5]
src/nvim/spell.c:7408:  Mismatching spaces inside () in if  [whitespace/parens] [5]
src/nvim/spell.c:7459:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7463:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:7497:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:7510:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7543:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7555:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7606:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7610:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7613:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7616:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7620:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7624:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7630:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7646:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7678:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7684:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7693:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7695:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7695:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7698:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7699:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7705:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7713:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7738:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7752:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7752:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7753:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7761:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7763:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:7776:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7780:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7797:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7819:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7836:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7838:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7849:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7875:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7880:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7888:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7902:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:7914:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7916:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7917:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7919:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7923:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7933:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7957:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7958:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7968:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7972:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7979:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7981:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7982:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7992:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7998:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7999:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8000:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8020:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8027:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8027:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8029:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8034:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8053:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8053:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8054:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8057:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8071:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8104:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8106:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8108:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8145:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8160:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8169:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8183:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8218:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8222:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8229:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8245:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8258:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8270:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8278:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8280:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8282:  Missing space before asterisk in unsigned)*  [whitespace/operators] [2]
src/nvim/spell.c:8294:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8299:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8310:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8348:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8348:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8383:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8385:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8387:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8400:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8404:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8430:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8441:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8445:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:8447:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8457:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:8460:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:8480:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8482:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8485:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8487:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8490:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8501:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8509:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:8521:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8527:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8532:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8542:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8548:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8550:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8552:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8554:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8555:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8564:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8568:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8583:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8598:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8605:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8610:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8628:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8636:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8638:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8638:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8640:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8642:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8649:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8659:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8694:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:8701:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8714:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8718:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:8721:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:8730:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8732:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8739:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8756:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8777:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8800:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8805:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8807:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8815:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8823:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8830:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8840:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8842:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8855:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8876:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8876:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8879:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8886:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8906:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8910:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8943:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8948:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8948:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8949:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:8960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8988:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8993:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9031:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:9035:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9061:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9071:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9075:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9079:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9079:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9083:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9089:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9112:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9126:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9132:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9140:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9143:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9144:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9144:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:9155:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9181:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9184:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9189:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9194:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9199:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9200:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9204:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9229:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:9240:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9244:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9248:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9250:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9250:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9267:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9269:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9276:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9279:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9283:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9287:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9318:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9387:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9392:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9440:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:9531:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9531:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9532:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:9546:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9554:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9557:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9568:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9584:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9589:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9606:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9606:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9607:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:9610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9611:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9615:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9628:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9631:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9652:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9664:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9670:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9679:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9680:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9683:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9684:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9689:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:9691:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9707:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9713:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9713:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9718:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9726:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9742:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9751:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9754:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9757:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9758:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9762:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:9774:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9774:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9790:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9796:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9803:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9804:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9812:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9816:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9817:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9818:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9837:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:9868:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9868:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9886:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9898:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9902:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:9904:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9906:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9906:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9909:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9916:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9922:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9924:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9923:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9925:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9927:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9926:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9934:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9938:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9957:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9964:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9967:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9975:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9976:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9983:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9985:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9988:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10056:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10060:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10069:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10071:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10072:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10070:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10075:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10076:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10074:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10078:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10080:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10083:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10096:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10107:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:10112:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10115:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10116:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10115:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10116:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10115:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10116:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10150:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10163:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10186:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10190:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10197:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10198:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10196:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10200:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10214:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10219:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10220:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10251:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10274:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10278:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10286:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10284:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10288:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10302:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10309:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10340:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10342:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10347:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10349:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10372:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10378:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10389:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10419:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10421:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10426:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10447:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10448:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10446:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10452:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10487:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10504:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10510:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10556:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10562:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10619:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10621:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10640:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10657:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10655:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10664:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10678:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10687:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10706:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10721:  Small and focused functions are preferred: suggest_trie_walk() has 942 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/spell.c:10741:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10742:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10743:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10744:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10802:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10806:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10813:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10823:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10831:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10833:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10835:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10842:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10858:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10864:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10889:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10895:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10909:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10931:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10938:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10941:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10954:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10959:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10962:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10963:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10981:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10984:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10990:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10990:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10991:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10993:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10995:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11006:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11018:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11035:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11037:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11037:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11045:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11047:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11059:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11061:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11082:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11085:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11101:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11109:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:11132:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11138:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11138:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11141:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11154:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11193:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11206:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:11219:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11221:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11224:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11225:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11228:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11228:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11236:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11238:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11250:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11256:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11269:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11276:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11281:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11284:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11294:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11307:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11311:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11320:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11322:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11352:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11357:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11358:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11360:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11362:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11366:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11370:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11375:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11376:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11379:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11384:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11388:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11389:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:11390:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11399:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11405:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11425:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11425:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11434:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11436:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11436:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11437:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11457:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11459:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11459:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11482:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11484:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11486:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11488:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11495:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11497:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11499:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11508:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11535:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11540:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11542:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11546:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11551:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11553:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11563:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11577:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11579:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11579:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11612:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11614:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11615:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11617:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11625:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11636:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11641:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11647:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11648:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11676:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11692:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11694:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11700:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11718:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11729:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11742:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11760:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11785:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11795:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11798:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11800:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11802:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11807:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11830:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11834:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11834:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11836:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11854:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11861:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11862:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11866:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11901:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11903:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11907:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11922:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11927:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11930:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11930:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11931:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11933:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11940:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:11941:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11942:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11944:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11955:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11962:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11982:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11986:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11990:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11990:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11991:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11993:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12002:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:12003:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12004:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12006:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12016:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12028:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12032:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12040:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12046:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12052:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12063:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12073:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12080:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12096:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12146:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12152:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12174:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12177:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12181:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12184:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12184:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12185:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12187:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12194:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:12195:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12196:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12198:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12209:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12216:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12238:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12240:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12244:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12248:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12248:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12249:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12251:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12260:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:12261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12262:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12264:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12274:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12286:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12290:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12298:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12309:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12316:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12322:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12332:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12335:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12340:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12342:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12345:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12348:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12362:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12376:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12378:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12389:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:12406:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12410:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12421:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12422:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12423:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12424:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12434:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12447:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12448:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12455:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12457:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12458:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12461:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12475:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12477:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12478:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12482:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12487:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12495:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12496:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12499:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12507:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12508:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12511:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12521:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12529:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12531:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12532:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12535:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12540:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12548:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12551:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12555:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12560:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12567:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12568:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12570:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12577:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12578:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12580:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12613:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12616:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12629:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12629:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12632:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12634:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12642:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12644:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12646:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12648:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12650:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12668:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12673:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12676:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12693:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:12707:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12728:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12731:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12735:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12736:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12741:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12745:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:12747:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12756:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12770:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12771:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12778:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12799:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12801:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12803:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12813:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12814:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12820:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12824:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12833:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12840:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:12858:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12862:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12885:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12888:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12892:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12893:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12898:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12902:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:12904:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12913:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12927:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12928:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12935:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12956:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12958:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12958:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12960:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12964:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12970:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12971:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12977:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12981:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12990:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13001:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13005:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13031:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13033:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/spell.c:13039:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/spell.c:13040:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/spell.c:13043:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13049:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13050:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13060:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:13089:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13091:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13091:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:13093:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13104:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13108:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13110:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13120:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13122:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:13126:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13129:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13134:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13139:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13141:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13146:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13156:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13166:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13172:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13187:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13195:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13196:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13201:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13203:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13218:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13220:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13230:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/spell.c:13240:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13242:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13251:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13263:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13265:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13267:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13269:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13270:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:13270:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13271:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13272:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:13283:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13288:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13289:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:13293:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13293:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13303:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:13348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13353:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13357:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:13357:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13358:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13366:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13367:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13368:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13369:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13377:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13381:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13383:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13384:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13406:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:13422:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13429:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13437:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:21:  "nvim/func_attr.h" already included at src/nvim/strings.c:19  [build/include] [4]
src/nvim/strings.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:99:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:100:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:113:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:198:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:202:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:203:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:204:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:207:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:225:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:238:  while should always use braces  [readability/braces] [5]
src/nvim/strings.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:326:  An else should always have braces before it  [readability/braces] [5]
src/nvim/strings.c:326:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:327:  Should leave no spaces after a cast: u'(char_u) TOUPPER_LOC'  [whitespace/cast] [2]
src/nvim/strings.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:344:  while should always use braces  [readability/braces] [5]
src/nvim/strings.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:362:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:383:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:384:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:405:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:407:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:408:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:409:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:432:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:443:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:444:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:451:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:452:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:458:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:459:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:476:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:477:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:478:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:495:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:499:  Should leave no spaces after a cast: u'(char_u *) retval'  [whitespace/cast] [2]
src/nvim/strings.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:529:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:530:  for should always use braces  [readability/braces] [5]
src/nvim/strings.c:530:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/strings.c:531:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:543:  Should leave no spaces after a cast: u'(uint8_t) s'  [whitespace/cast] [2]
src/nvim/strings.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:84:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:86:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:88:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:102:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:103:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:103:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:105:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:106:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:106:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:125:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:130:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:132:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:133:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:143:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:152:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:165:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:166:  Missing space before asterisk in HL_SKIP*  [whitespace/operators] [2]
src/nvim/syntax.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:169:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:170:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:171:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:182:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:185:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:186:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:187:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:216:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:216:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:303:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:316:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:316:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:355:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:355:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:360:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:366:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:408:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:418:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:420:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:431:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:445:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:449:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:459:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:466:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:473:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:479:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:480:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:488:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:490:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:494:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:502:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:516:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:601:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:603:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:604:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:606:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:610:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:613:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:615:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:634:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:636:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:652:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:671:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:672:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:675:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:700:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:708:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:744:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:746:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:747:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:753:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:754:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:757:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:788:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:793:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:794:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:795:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:866:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:871:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:887:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:897:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:913:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:913:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:914:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:917:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:918:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:926:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:929:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:977:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1013:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1023:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1029:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1031:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1044:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1060:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1092:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1102:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1104:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1114:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1116:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1119:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1142:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1146:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1157:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1162:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1164:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1165:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1181:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1196:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1209:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1211:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1233:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:1235:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1245:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1248:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1248:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1250:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1251:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1270:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1272:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1272:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1277:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1303:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1305:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:1317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1334:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1338:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:1344:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1348:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1378:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1380:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1398:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1401:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1411:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1413:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1413:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1421:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1422:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1424:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1442:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1445:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1491:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1503:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1517:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1518:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1535:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1544:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1545:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1549:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1563:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1564:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1572:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1580:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1593:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1601:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1601:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1602:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1611:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1612:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1632:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:1633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1634:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1646:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1658:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1680:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1701:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1712:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1714:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1746:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1751:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1767:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1811:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1817:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1904:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1912:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:1914:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1916:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1923:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1925:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1935:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1970:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1978:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1980:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1996:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2013:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2014:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2016:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/syntax.c:2021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2030:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:2052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2059:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2062:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2062:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2073:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2075:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2083:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2103:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2105:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2108:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2121:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2142:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2150:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2183:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2190:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2200:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2218:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2223:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2266:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2282:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2292:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2296:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2297:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2318:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2339:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2343:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2345:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2349:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2363:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2393:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2401:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2401:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:2402:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2409:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:2415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2418:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2438:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2439:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2452:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2458:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2475:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2489:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2512:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2518:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2531:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2532:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2555:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2574:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2576:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2584:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2585:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2604:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:2608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2608:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2611:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2633:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2692:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2697:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2718:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2733:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2738:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2764:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2766:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2773:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2774:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2798:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2800:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2801:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2804:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2807:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2819:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2820:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2845:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2848:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2851:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2854:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2874:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:2893:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2894:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2895:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2911:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2912:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2917:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2931:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2934:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2937:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2979:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2985:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2985:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3002:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3006:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3008:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3009:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3023:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3027:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3028:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3029:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3030:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3031:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3044:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3108:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3109:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3186:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3197:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3198:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3201:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3202:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3241:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3250:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3257:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3259:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3259:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3261:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3282:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3292:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3299:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3318:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3339:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3352:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3398:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3399:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3408:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3423:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3425:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3441:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3447:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3450:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3450:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3461:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3463:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3467:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3470:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3486:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3512:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3513:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3524:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3524:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3525:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3525:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3526:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3526:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3527:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3527:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3528:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3528:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3529:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3529:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3530:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3530:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3531:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3531:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3532:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3532:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3533:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3533:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3534:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3534:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3538:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3538:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3539:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3539:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3540:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3540:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3541:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3541:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3548:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3550:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3554:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3554:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3556:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3560:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3566:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3568:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3570:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3573:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3578:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3581:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3583:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3590:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3592:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3595:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3617:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3617:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3635:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3637:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3643:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3650:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3652:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3656:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3658:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3667:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3671:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3673:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3692:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3704:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3714:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3715:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3720:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3725:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3727:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3729:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3732:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3734:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3743:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3744:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3747:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3756:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3757:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3767:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3771:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3774:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3781:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3792:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3842:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3846:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3852:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3854:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3856:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3882:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3884:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3907:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3908:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3913:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:3914:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:3924:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3954:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3968:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3982:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3997:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3997:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3998:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3998:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3999:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3999:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4000:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4000:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4001:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4001:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4002:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4002:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4003:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4003:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4004:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4004:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4005:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4005:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4006:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4006:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4007:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4007:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4008:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4008:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4009:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4009:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4010:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4010:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4011:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4011:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4012:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4012:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4013:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4013:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4014:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4014:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4015:  Missing space after ,  [whitespace/comma] [3]
src/nvim/syntax.c:4015:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4015:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4018:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4021:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4030:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4036:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4037:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4043:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4052:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4060:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4063:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4066:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4093:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4096:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4098:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4098:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4101:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4116:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4133:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4138:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4144:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4160:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4163:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4167:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4174:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4190:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4192:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4210:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4211:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4237:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4241:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4256:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4260:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4265:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4277:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4280:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4282:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4304:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4316:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4318:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4322:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4330:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:4331:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:4333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4352:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4362:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4373:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4375:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4375:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4393:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4394:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4398:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4400:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4401:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4404:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4419:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4427:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:4428:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:4430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4456:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4471:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4484:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4489:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4490:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4493:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4495:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4497:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4499:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4501:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4505:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4521:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4523:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4526:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4546:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4552:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4556:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4560:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4576:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4578:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4578:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4586:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:4605:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4606:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4610:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4611:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4612:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4613:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4618:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4619:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4619:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4627:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4627:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:4642:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4654:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4655:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4664:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4668:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4669:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4670:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4677:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4680:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4682:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4684:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4689:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4690:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4691:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4692:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4697:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4698:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4719:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4730:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4734:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4744:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4745:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4747:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4748:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4749:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4761:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4819:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4855:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4857:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4873:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4879:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4886:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4903:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4922:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4924:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4968:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4976:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4978:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4979:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4983:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5004:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5005:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5007:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5008:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5011:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5013:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5034:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5035:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5040:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5050:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5054:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5058:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5061:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5062:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5064:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5071:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5076:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5078:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5094:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5098:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5121:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5128:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5131:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5133:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5134:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5135:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5136:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5142:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5147:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5158:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5159:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5163:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:5161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5162:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:5162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5162:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5163:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/syntax.c:5171:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5175:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5184:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5204:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5204:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5205:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5209:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5211:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5214:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5220:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5224:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5237:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5239:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5252:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5264:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5267:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5277:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5286:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5289:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5292:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5296:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5299:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5311:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5313:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5322:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5326:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5328:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5331:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5331:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5332:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5333:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5347:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5348:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5350:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5351:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5356:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5357:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5358:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5367:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5369:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5371:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5372:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5374:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5377:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5384:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5396:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5400:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5401:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5404:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5405:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5408:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5409:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5416:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5423:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5425:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5426:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5478:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5478:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5479:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5481:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5482:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5483:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5495:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5496:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5519:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5524:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5528:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5532:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5534:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5593:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5595:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5597:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5598:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5599:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5600:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5602:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5608:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5608:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5616:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5699:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5701:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5707:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5718:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5720:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5722:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5724:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5726:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5749:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5794:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5816:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:5816:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5818:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5841:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5845:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5871:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5897:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5915:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5930:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5948:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5955:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5956:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5963:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5985:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5987:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5987:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5988:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5989:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5995:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5997:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5999:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5999:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6000:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6007:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6011:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6012:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6013:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6013:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6015:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6016:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6017:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6026:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6028:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6028:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6029:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:6030:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6031:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:6036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6049:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6052:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6054:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:6055:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6057:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6070:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:6071:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6089:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6090:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6091:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6093:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6099:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6099:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6124:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6126:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6127:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6134:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6168:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6170:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6180:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6183:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6192:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6209:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6225:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6230:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6230:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6233:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6239:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6243:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6248:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6263:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6275:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6278:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:6280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6304:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6305:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:6307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6311:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6312:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6329:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6330:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:6332:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6336:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6339:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6343:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6351:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6353:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6363:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6365:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6366:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6368:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6368:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6370:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6374:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6376:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6376:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6378:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6391:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6397:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6399:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6405:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6407:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6413:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6415:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6421:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6425:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6426:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6431:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:6432:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6433:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6448:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6449:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6482:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6484:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6488:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6490:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6491:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6499:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6517:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6535:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6555:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6562:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6574:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6576:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6581:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6590:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6596:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6642:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6683:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6694:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6717:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6723:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6727:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6730:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:6813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6813:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6825:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6830:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6837:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6839:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6841:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6847:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6853:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6855:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6859:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:6865:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6866:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6869:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6870:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:6871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6875:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6877:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6887:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6904:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6912:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6921:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6930:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6942:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6945:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6946:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6947:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6949:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6951:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6955:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6962:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6965:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6967:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6969:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:6972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6980:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:6981:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6988:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6992:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6993:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6998:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:7001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7001:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7002:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:7005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7005:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7007:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7025:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:7026:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:7027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7034:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7073:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7074:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7094:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7125:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7142:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7171:  Missing space before asterisk in hl_group*  [whitespace/operators] [2]
src/nvim/syntax.c:7176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7185:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:7190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7211:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7220:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:7253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7256:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7256:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7263:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7264:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7266:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7268:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7272:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7272:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7273:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7275:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:7276:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7285:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7290:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7310:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7314:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7317:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7321:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7347:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:7360:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:7362:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:7363:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:7366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7427:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7438:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7452:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7454:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7473:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/syntax.c:7473:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/syntax.c:7474:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7476:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7478:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7481:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7484:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7492:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7492:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7493:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7493:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7494:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7494:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7495:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7495:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7496:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7496:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7497:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7497:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7498:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7498:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7499:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7499:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7500:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7500:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7501:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7501:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7502:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7502:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7503:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7503:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7504:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7504:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7505:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7505:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7506:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7506:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7507:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7507:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7508:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7508:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7509:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7509:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7510:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7510:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7511:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7511:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7512:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7512:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7513:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7513:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7514:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7514:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7515:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7515:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7516:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7516:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7517:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7517:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7518:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7518:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7519:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7519:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7520:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7520:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7521:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7521:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7522:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7522:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7523:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7523:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7524:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7524:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7525:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7525:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7526:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7526:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7527:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7527:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7528:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7528:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7529:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7529:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7530:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7530:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7531:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7531:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7532:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7532:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7533:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7533:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7534:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7534:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7535:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7535:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7536:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7536:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7537:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7537:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7538:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7538:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7539:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7539:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7540:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7540:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7541:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7541:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7542:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7542:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7543:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7543:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7544:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7544:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7545:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7545:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7546:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7546:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7547:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7547:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7548:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7548:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7549:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7549:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7550:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7550:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7551:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7551:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7552:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7552:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7553:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7553:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7554:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7554:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7555:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7555:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7556:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7556:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7557:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7557:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7558:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7558:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7559:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7559:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7560:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7560:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7561:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7561:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7562:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7562:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7563:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7563:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7564:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7564:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7565:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7565:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7566:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7566:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7567:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7567:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7568:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7568:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7569:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7569:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7570:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7570:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7571:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7571:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7572:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7572:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7573:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7573:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7574:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7574:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7575:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7575:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7576:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7576:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7577:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7577:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7578:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7578:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7579:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7579:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7580:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7580:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7581:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7581:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7582:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7582:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7583:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7583:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7584:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7584:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7585:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7585:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7586:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7586:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7587:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7587:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7588:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7588:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7589:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7589:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7590:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7590:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7591:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7591:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7592:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7592:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7593:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7593:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7594:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7594:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7595:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7595:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7596:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7596:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7597:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7597:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7598:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7598:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7599:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7599:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7600:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7600:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7601:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7601:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7602:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7602:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7603:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7603:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7604:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7604:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7605:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7605:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7606:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7606:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7607:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7607:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7608:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7608:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7609:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7609:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7610:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7610:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7611:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7611:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7612:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7612:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7613:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7613:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7614:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7614:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7615:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7615:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7616:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7616:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7617:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7617:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7618:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7618:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7619:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7619:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7620:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7620:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7621:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7621:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7622:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7622:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7623:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7623:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7624:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7624:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7625:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7625:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7626:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7626:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7627:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7627:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7628:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7628:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7629:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7629:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7630:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7630:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7631:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7631:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7632:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7632:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7633:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7633:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7634:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7634:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7635:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7635:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7636:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:7637:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7637:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7638:  Missing space after ,  [whitespace/comma] [3]
src/nvim/syntax.c:7638:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7638:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7639:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7639:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7640:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7640:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7641:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7641:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7642:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7642:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7643:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7643:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7644:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7644:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7645:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7645:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7646:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7646:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7647:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7647:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7648:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7648:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7649:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7649:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7650:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7650:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7651:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7651:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7652:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7652:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7653:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7653:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7654:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7654:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7655:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7655:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7656:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7656:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7657:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7657:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7658:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7658:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7663:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/syntax.c:7680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:96:  Missing space after {  [whitespace/braces] [5]
src/nvim/tag.c:96:  Missing space before }  [whitespace/braces] [5]
src/nvim/tag.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:124:  Missing space after {  [whitespace/braces] [5]
src/nvim/tag.c:124:  Missing space before }  [whitespace/braces] [5]
src/nvim/tag.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:146:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:147:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:183:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:204:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:219:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:221:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:222:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:231:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/tag.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:248:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:255:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:255:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:257:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:265:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:268:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:271:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:272:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:305:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:319:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:365:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:383:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:422:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:457:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:458:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:461:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:463:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:465:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:468:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:478:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:480:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:484:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:484:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:498:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:517:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:519:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:521:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:522:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:541:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:543:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:546:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:557:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:559:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:568:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:569:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:589:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:598:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:604:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:609:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:610:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:611:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:621:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:622:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:623:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:626:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:627:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:632:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:639:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:644:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:649:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:657:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:680:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:689:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:703:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:706:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:706:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:715:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:716:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:717:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:732:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:759:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:783:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:790:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:819:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:823:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:830:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:840:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:852:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:853:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:850:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:854:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:858:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:860:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:862:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:863:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:873:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/tag.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:891:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:892:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:893:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:894:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:896:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:904:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:914:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:919:  Small and focused functions are preferred: () has 572 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/tag.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:935:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:952:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:955:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:961:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:962:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:964:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:959:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:967:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:972:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:989:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:991:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:993:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:994:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:995:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1011:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1013:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1015:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1017:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1018:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1019:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1023:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1027:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1029:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1058:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:1059:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:1065:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1064:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1077:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1088:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1090:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1137:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1145:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1174:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1174:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1182:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1202:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1205:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1224:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1240:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1247:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1261:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1263:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1264:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1266:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1267:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1273:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1274:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1275:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1280:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1298:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1301:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1307:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1311:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1319:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1327:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/tag.c:1336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1380:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/tag.c:1380:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1383:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1385:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1428:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1436:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1441:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1441:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1442:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1462:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1470:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1472:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1547:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1549:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1566:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1568:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1580:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1581:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1586:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1588:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1597:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1599:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1615:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1618:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1626:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1638:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1640:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1648:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1650:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1653:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1656:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1662:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1666:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1668:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1670:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1672:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1674:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1683:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1686:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1687:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1688:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1688:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1694:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1695:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1712:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1714:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1715:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1735:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1736:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1737:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1744:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1746:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1749:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1754:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1756:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1789:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1790:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1786:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:1788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1790:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/tag.c:1797:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1798:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:1806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1809:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1811:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1820:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1854:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1858:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1860:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1860:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1867:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1868:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1873:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1879:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1881:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1882:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1885:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1887:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1893:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1904:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1906:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/tag.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1909:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1916:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1918:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/tag.c:1918:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1922:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1936:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1939:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1941:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1944:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1945:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1949:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1954:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1970:  Small and focused functions are preferred: () has 652 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/tag.c:1974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2004:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2005:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2014:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2028:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2034:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2039:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2041:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2062:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2065:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2091:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2091:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2093:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2094:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2123:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2124:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2134:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2139:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2143:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2148:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2149:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2150:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2183:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2186:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2194:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2195:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2196:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2199:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2212:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2213:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2227:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2238:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2256:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:2257:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:2258:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2285:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2286:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2365:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2393:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2400:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2406:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2409:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2414:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2416:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2425:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2427:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2439:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2440:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2446:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2447:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2450:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2453:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2460:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2470:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:2472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2474:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:2476:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2477:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2518:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2521:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2528:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2536:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2538:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2552:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2561:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2589:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2590:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2601:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2606:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2620:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/tag.c:2623:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2631:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2632:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2650:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2653:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2654:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2657:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2660:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2663:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2673:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2674:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2688:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2690:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2692:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2694:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2696:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2698:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2725:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2726:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2749:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2779:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:2783:  Should leave no spaces after a cast: u'(void) parse_result'  [whitespace/cast] [2]
src/nvim/tag.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2789:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2796:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2810:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:2811:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2815:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2818:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2825:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2826:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2830:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2831:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2833:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2836:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2838:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2839:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2840:  if should always use braces  [readability/braces] [5]
src/nvim/terminal.c:190:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:532:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:596:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:615:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:687:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:691:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:810:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:922:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:937:  Missing space after {  [whitespace/braces] [5]
src/nvim/terminal.c:937:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/input.c:76:  Missing space after {  [whitespace/braces] [5]
src/nvim/tui/input.c:76:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/input.c:143:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/input.c:315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/input.c:326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:58:  Should leave no spaces after a cast: u'(Rect) invalid_regions'  [whitespace/cast] [2]
src/nvim/tui/tui.c:364:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tui/tui.c:476:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:657:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:658:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:659:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:660:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:671:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:672:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:673:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:674:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:757:  Missing space after {  [whitespace/braces] [5]
src/nvim/tui/tui.c:757:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/tui.c:777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:825:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:827:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:857:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:859:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:880:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ugrid.c:88:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:219:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:222:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui.c:19:  "nvim/mbyte.h" already included at src/nvim/ui.c:15  [build/include] [4]
src/nvim/ui.c:338:  Missing space after {  [whitespace/braces] [5]
src/nvim/ui.c:338:  Missing space before }  [whitespace/braces] [5]
src/nvim/ui.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ui.c:513:  if should always use braces  [readability/braces] [5]
src/nvim/ui.c:515:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ui.c:517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:136:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:138:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:148:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:150:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:155:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:160:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:189:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:222:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:229:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:232:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:243:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:257:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:272:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:276:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:315:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:350:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:370:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:391:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:414:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:417:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:417:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:419:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:424:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:443:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:447:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:460:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:476:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:478:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:480:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:495:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:496:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:501:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:537:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:537:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:571:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:571:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:578:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:586:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:626:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:670:  Should leave no spaces after a cast: u'(char *) p_udir'  [whitespace/cast] [2]
src/nvim/undo.c:680:  Should leave no spaces after a cast: u'(char *) path_tail'  [whitespace/cast] [2]
src/nvim/undo.c:1066:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/undo.c:1076:  Should leave no spaces after a cast: u'(char *) name'  [whitespace/cast] [2]
src/nvim/undo.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1103:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1107:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1122:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1135:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1173:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1187:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1208:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:1215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1216:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1242:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1274:  Should leave no spaces after a cast: u'(char *) curbuf'  [whitespace/cast] [2]
src/nvim/undo.c:1298:  Should leave no spaces after a cast: u'(char *) name'  [whitespace/cast] [2]
src/nvim/undo.c:1345:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1437:  Extra space for operator  ++   [whitespace/operators] [4]
src/nvim/undo.c:1445:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1492:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1497:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1502:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1544:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1663:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1667:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1669:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1681:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1707:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1724:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1739:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1744:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1770:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1771:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1774:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1775:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1779:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1796:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1804:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1812:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1815:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1818:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1829:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:1832:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1840:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1842:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1857:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1865:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1867:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1872:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1874:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1876:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1927:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1933:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1935:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1940:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1949:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1951:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1957:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1958:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1959:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1960:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1973:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1977:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1993:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1997:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2003:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2009:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2011:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2019:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2022:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2027:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2037:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2041:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2046:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2092:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2113:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2138:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2138:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2139:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2162:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2163:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2164:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2166:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2171:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2176:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2177:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2178:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2179:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2188:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2189:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2191:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2198:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2200:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2202:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2221:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2223:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2225:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2231:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2252:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2254:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2258:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2262:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2278:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2281:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2285:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2287:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2306:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2307:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2316:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2319:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2323:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2324:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2327:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2329:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2331:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2333:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2335:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2335:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2337:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2348:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2350:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2352:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2370:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2372:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2379:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2380:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2385:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2387:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2389:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2420:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2422:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2424:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2438:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2441:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/undo.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2448:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2452:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2456:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2458:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2465:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2467:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2473:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2494:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2497:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2500:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2510:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2516:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2518:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2520:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2547:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2552:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2555:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2556:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2578:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2581:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2585:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2595:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2623:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2637:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/undo.c:2637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2652:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2653:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2663:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2666:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2670:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2675:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2677:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2678:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2688:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2689:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2700:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2705:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2711:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2722:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2723:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2732:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2734:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2736:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2748:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2756:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2782:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2784:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2788:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2790:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2819:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2829:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2830:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2830:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2833:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2839:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2906:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2908:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2910:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/version.c:31:  Should leave no spaces after a cast: u'(NVIM_VERSION_PATCH) NVIM_VERSION_PRERELEASE'  [whitespace/cast] [2]
src/nvim/version.c:1718:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:1720:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/version.c:1723:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/version.c:1744:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:1756:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:1771:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:1808:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:1885:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/version.c:1948:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2000:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2009:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/version.c:2020:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/version.c:2021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:68:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:69:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:83:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:85:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:109:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:127:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:132:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:133:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/window.c:134:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/window.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:163:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:164:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:166:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:188:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:188:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:191:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:199:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:203:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:230:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:242:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:244:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:244:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:254:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:257:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:258:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:278:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:280:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:300:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:310:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:352:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:354:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:363:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:411:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:412:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:424:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/window.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:436:  Extra space for operator  ++   [whitespace/operators] [4]
src/nvim/window.c:436:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:437:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:438:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:441:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:442:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:447:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:455:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:457:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:521:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:552:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:614:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:624:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:625:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:643:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:707:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:708:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:717:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:732:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:751:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:756:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:757:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:758:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:763:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:779:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:780:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:782:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:787:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:788:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:790:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:807:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:810:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:814:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:816:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:821:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:857:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:862:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:866:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:868:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:893:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:896:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:920:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:927:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:929:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:943:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:945:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:946:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:953:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:958:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:969:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:971:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1010:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1039:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1072:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1083:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:1084:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1103:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1105:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1112:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1121:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1121:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1124:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1127:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1161:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1163:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1165:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1170:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1194:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1245:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1262:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1263:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1270:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1272:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:1274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1326:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1329:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1396:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1399:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1400:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1437:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1451:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1482:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1484:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1496:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1498:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1507:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1512:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1513:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1518:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1532:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1535:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1536:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1537:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1538:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1540:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1546:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1553:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1570:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1572:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1603:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1605:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1617:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1619:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1628:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1633:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1634:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1639:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1653:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1656:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1657:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1658:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1659:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1667:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1673:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1677:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1688:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:1689:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1697:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1707:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1719:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1730:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1732:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1794:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1795:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1799:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/window.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1807:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1849:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1863:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1868:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1885:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1887:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1888:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1891:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1899:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1908:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1933:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1939:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/window.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1960:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1962:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1964:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1973:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1984:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1987:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1994:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1998:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2016:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2019:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2023:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2027:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2028:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2029:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2048:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2050:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2051:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2053:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2060:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2066:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2075:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2092:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2103:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2111:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2126:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2139:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2178:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2207:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2207:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2225:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2228:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2237:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2241:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2247:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2268:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2276:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2281:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2285:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2298:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2302:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2303:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2312:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2339:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2340:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2345:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2344:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2344:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2355:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2373:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2377:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2382:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2384:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2386:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2400:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2406:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2406:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2410:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2410:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2413:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2504:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2509:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2513:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2514:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2523:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2524:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2529:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2528:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2541:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2542:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2544:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2564:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2568:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2573:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2575:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2577:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2591:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2597:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2597:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2601:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2601:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2604:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2626:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2627:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:2631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2632:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2637:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2673:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2675:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2675:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2679:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2680:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2687:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2693:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2706:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2707:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2716:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2718:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2718:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2722:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2723:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:2726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2730:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2736:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2751:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2752:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2762:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2784:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2796:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2824:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2826:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2839:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2855:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2869:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2874:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2932:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2944:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2944:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:2946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2972:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2989:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2991:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:3001:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3044:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3053:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3086:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3087:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:3091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3100:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3101:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:3105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3111:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3112:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3114:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:3113:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:3113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3123:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3124:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3127:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3128:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3131:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3151:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:3161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3164:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3168:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3171:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3178:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3179:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/window.c:3181:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3188:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3189:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3190:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3208:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3210:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3217:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3224:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3232:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:3233:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3235:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:3239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3240:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3241:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3251:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3252:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:3255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3261:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:3263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3267:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3268:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3270:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3271:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3273:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3283:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3296:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3300:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:3310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3311:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3313:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3313:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:3314:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3315:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3317:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3332:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3352:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3355:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3363:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3365:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3366:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3386:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3387:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3404:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3406:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3408:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3410:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3426:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3431:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3432:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3438:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3445:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3446:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3463:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3465:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3469:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3485:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3490:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3491:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3497:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3514:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:3516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3518:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3528:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3532:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3535:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3554:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3559:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3587:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3592:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3597:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3598:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3599:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3603:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3605:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3609:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3643:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/window.c:3647:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3700:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3728:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3729:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3754:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3758:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3758:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:3763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3766:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3767:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3780:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3799:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3806:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3810:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3812:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3819:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3820:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3825:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3827:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3831:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3833:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3846:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3859:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3870:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3872:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3874:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3894:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/window.c:3901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3909:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3911:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3916:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3917:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3918:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3923:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:3926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3931:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3937:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3967:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3967:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:3975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4016:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4024:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4054:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4056:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4069:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4103:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4108:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4110:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4116:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4130:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:4135:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4140:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4143:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4145:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4149:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4153:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4156:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4161:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4173:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4177:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4182:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4191:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4198:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:4199:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4201:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4208:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4210:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4210:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4211:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4214:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4223:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4227:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4250:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4252:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4281:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4284:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4292:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4304:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:4309:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4314:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4318:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4321:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4337:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4341:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4354:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:4355:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4364:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4366:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4366:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4367:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4370:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4376:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4379:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4383:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4385:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4398:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4407:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4409:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4412:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4437:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4445:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4448:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4453:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4463:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4469:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4474:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4476:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4478:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4481:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:4483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4486:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4488:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4495:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4498:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4510:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4515:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4524:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4543:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4549:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4558:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4569:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4575:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4583:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:4585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4604:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4607:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4616:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4618:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4621:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4653:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4655:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4685:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4712:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4716:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4726:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4729:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4730:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4731:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4733:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4756:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4758:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4766:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4786:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4789:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4802:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4822:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4826:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4843:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4854:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4862:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4869:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4882:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4899:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4922:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4923:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4931:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:4936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4947:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4950:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4960:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4962:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4964:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4978:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4983:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4991:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4993:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5002:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5003:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5005:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5017:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5018:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:5019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5024:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:5035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5049:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5051:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:5056:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5059:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5066:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5070:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:5071:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:5076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5095:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5178:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5180:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5182:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5209:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5210:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:5212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5223:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5236:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5266:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5271:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5286:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:5298:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5324:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5341:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5344:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5355:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5358:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5410:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:5412:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5424:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5432:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5434:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5435:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5436:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5436:  Missing space before asterisk in listitem_T	*  [whitespace/operators] [2]
src/nvim/window.c:5437:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5440:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:5441:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5442:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5443:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5444:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5446:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5462:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5469:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5483:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5501:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5502:  Missing space before {  [whitespace/braces] [5]
src/nvim/window.c:5521:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5530:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5532:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:5544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5555:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5555:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:5566:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5566:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:5570:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5572:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:5597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5622:  while should always use braces  [readability/braces] [5]
src/nvim/api/private/defs.h:8:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/defs.h:8:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/defs.h:9:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/defs.h:9:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:54:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:54:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:62:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:62:  Missing space before }  [whitespace/braces] [5]
src/nvim/ascii.h:157:  #endif line should be "#endif  // NVIM_ASCII_H"  [build/header_guard] [5]
src/nvim/ascii.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:36:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ascii.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/assert.h:62:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:1174:  #endif line should be "#endif  // NVIM_BUFFER_DEFS_H"  [build/header_guard] [5]
src/nvim/buffer_defs.h:9:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:157:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:165:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:169:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:175:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:404:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:404:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:407:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/buffer_defs.h:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:417:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:465:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:465:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:474:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:492:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:496:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:503:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:506:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:508:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:562:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:585:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:586:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:587:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:590:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/buffer_defs.h:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:726:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:743:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:751:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:751:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:753:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:754:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/buffer_defs.h:754:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:757:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:819:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:862:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:864:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:882:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:883:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:900:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:900:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:901:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:901:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:902:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:902:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:910:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:910:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:911:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:911:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer_defs.h:912:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:913:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:940:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:940:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:941:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:947:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:954:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:958:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:975:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:977:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:977:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:981:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:982:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:984:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:987:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:995:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1012:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1025:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1029:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1039:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1042:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1059:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1061:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1063:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1071:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1088:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1088:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:1089:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:1090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1092:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1162:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1174:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:11:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:12:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:13:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:18:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:19:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:20:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:26:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:27:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:28:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:29:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:34:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:35:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:36:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:37:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:42:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:43:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:44:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:63:  if should always use braces  [readability/braces] [5]
src/nvim/charset.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:62:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval/typval_encode.h:209:  Should leave no spaces after a cast: u'(char *) tv'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:291:  Should leave no spaces after a cast: u'(dict_T *) tv'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:294:  Should leave no spaces after a cast: u'(dict_T *) tv'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:305:  Should leave no spaces after a cast: u'(MessagePackType) i'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:343:  Should leave no spaces after a cast: u'(uint64_t) ('  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:344:  Should leave no spaces after a cast: u'(uint64_t) ('  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:345:  Should leave no spaces after a cast: u'(uint64_t) low_bits'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:362:  Should leave no spaces after a cast: u'(MessagePackType) i'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:494:  Should leave no spaces after a cast: u'(void) _mp_pop'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:509:  Should leave no spaces after a cast: u'(char *) &di'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:516:  Should leave no spaces after a cast: u'(void) _mp_pop'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:529:  Should leave no spaces after a cast: u'(void) _mp_pop'  [whitespace/cast] [2]
src/nvim/event/loop.h:20:  Should leave no spaces after a cast: u'(WatcherPtr) *children'  [whitespace/cast] [2]
src/nvim/event/loop.h:50:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/event/stream.h:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:46:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:148:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:148:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds_defs.h:151:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:11:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:26:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/ex_eval.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:12:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:14:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/func_attr.h:1:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:4:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:5:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:6:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:9:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:12:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:13:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:16:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:19:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:20:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:21:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/garray.h:70:  Missing space before asterisk in void*  [whitespace/operators] [2]
src/nvim/getchar.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1255:  #endif line should be "#endif  // NVIM_GLOBALS_H"  [build/header_guard] [5]
src/nvim/globals.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/globals.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:123:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/globals.h:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:151:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:178:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:179:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:181:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:185:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:217:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:219:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:221:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:222:  Missing spaces around =  [whitespace/operators] [4]
src/nvim/globals.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:228:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:231:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:233:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:241:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:246:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:248:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:250:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:250:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:252:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:254:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:254:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:259:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:261:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:270:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:272:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:283:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:290:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:290:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:293:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/globals.h:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:325:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:332:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:368:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:388:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:405:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/globals.h:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:425:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:431:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:431:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:433:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:433:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:443:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:445:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/globals.h:446:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/globals.h:447:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/globals.h:448:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:494:  Missing space after {  [whitespace/braces] [5]
src/nvim/globals.h:497:  Missing space before }  [whitespace/braces] [5]
src/nvim/globals.h:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:510:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:514:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:514:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:536:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:550:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:573:  for should always use braces  [readability/braces] [5]
src/nvim/globals.h:574:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/globals.h:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:579:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:596:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:607:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:619:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:619:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:633:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:642:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:644:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:675:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:677:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:686:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:701:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:723:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:729:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:749:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:780:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:784:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:805:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:812:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:815:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:817:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:826:  Missing space before asterisk in int*  [whitespace/operators] [2]
src/nvim/globals.h:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:836:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:848:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:851:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:853:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:853:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:856:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:862:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:862:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:866:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:866:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:882:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:893:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:904:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:921:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:922:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:933:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:933:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:935:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:937:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:940:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:941:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:942:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:943:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:972:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:988:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1039:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1040:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1065:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1071:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1071:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1093:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1108:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1111:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1113:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1115:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1115:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1137:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1144:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1158:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1168:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1178:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1185:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1187:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1189:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1194:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1208:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1210:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1213:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1216:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1221:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1222:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:71:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.h:71:  Missing space before }  [whitespace/braces] [5]
src/nvim/if_cscope_defs.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:148:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/lib/khash.h:160:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:161:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:162:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:163:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:163:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:164:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:164:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:165:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:165:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:166:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:171:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/lib/khash.h:175:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:181:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:212:  Missing space before asterisk in kh_##name##_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:277:  Missing space before asterisk in khint32_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:282:  Missing space before asterisk in khkey_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:286:  Missing space before asterisk in khval_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:294:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/lib/khash.h:338:  Missing space before asterisk in khkey_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:341:  Missing space before asterisk in khval_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:417:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/lib/khash.h:421:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:422:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:423:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:425:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:426:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:427:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:427:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:429:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:430:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:430:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:449:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:461:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:461:  Missing space before asterisk in khint_t)*  [whitespace/operators] [2]
src/nvim/lib/khash.h:462:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:462:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:462:  Missing space before asterisk in uint8_t)*  [whitespace/operators] [2]
src/nvim/lib/khash.h:462:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/lib/khash.h:463:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:629:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:630:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:630:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/lib/khash.h:631:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:631:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:631:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:632:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:632:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:633:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:633:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:634:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:635:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:643:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:644:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:644:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/lib/khash.h:645:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:645:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:645:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:646:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:646:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:647:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:648:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:674:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:675:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:682:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:683:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:689:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:690:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:697:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:698:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:698:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:705:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:706:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/klist.h:26:  #ifndef header guard has wrong style, please use: NVIM_LIB_KLIST_H  [build/header_guard] [5]
src/nvim/lib/klist.h:145:  #endif line should be "#endif  // NVIM_LIB_KLIST_H"  [build/header_guard] [5]
src/nvim/lib/klist.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/klist.h:143:  for should always use braces  [readability/braces] [5]
src/nvim/lib/kvec.h:91:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/kvec.h:95:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:27:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:28:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:29:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:43:  for should always use braces  [readability/braces] [5]
src/nvim/lib/ringbuf.h:58:  for should always use braces  [readability/braces] [5]
src/nvim/lib/ringbuf.h:161:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:222:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:227:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:230:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:265:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:269:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:274:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/log.h:38:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:40:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:47:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:49:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:56:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:58:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:65:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:67:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/macros.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:37:  Missing space after {  [whitespace/braces] [5]
src/nvim/macros.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:91:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:97:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:99:  An else should always have braces before it  [readability/braces] [5]
src/nvim/macros.h:99:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/macros.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:144:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/macros.h:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:146:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/macros.h:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:151:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:151:  Should leave no spaces after a cast: u'(has_mbyte) mb_copy_char'  [whitespace/cast] [2]
src/nvim/macros.h:152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/macros.h:152:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/macros.h:155:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/macros.h:157:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/macros.h:162:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/macros.h:165:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/mark_defs.h:48:  #endif line should be "#endif  // NVIM_MARK_DEFS_H"  [build/header_guard] [5]
src/nvim/mark_defs.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark_defs.h:48:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/mark.h:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/mark.h:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59:  #endif line should be "#endif  // NVIM_MEMLINE_DEFS_H"  [build/header_guard] [5]
src/nvim/memline_defs.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/menu.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:36:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:38:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:806:  #endif line should be "#endif  // NVIM_OPTION_DEFS_H"  [build/header_guard] [5]
src/nvim/option_defs.h:21:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option_defs.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:31:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/option_defs.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:132:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option_defs.h:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:293:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/option_defs.h:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:324:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:328:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:357:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:357:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:368:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:368:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:400:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:400:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:424:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:426:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:536:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:540:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:639:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:639:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:806:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/fs_defs.h:17:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/fs_defs.h:17:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/os_defs.h:30:  Missing space before asterisk in 5*  [whitespace/operators] [2]
src/nvim/os/os_defs.h:34:  Missing space before asterisk in 10*  [whitespace/operators] [2]
src/nvim/os/unix_defs.h:11:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/unix_defs.h:11:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/win_defs.h:18:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/win_defs.h:18:  Missing space before }  [whitespace/braces] [5]
src/nvim/path.h:41:  #endif line should be "#endif  // NVIM_PATH_H"  [build/header_guard] [5]
src/nvim/path.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:23:  Missing space after {  [whitespace/braces] [5]
src/nvim/pos.h:23:  Missing space before }  [whitespace/braces] [5]
src/nvim/pos.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/profile.h:10:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:150:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp_defs.h:155:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/regexp_defs.h:157:  Missing space before asterisk in regmatch_T*  [whitespace/operators] [2]
src/nvim/regexp_defs.h:158:  Missing space before asterisk in regmmatch_T*  [whitespace/operators] [2]
src/nvim/regexp_defs.h:159:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_defs.h:159:  Missing space before asterisk in proftime_T*  [whitespace/operators] [2]
src/nvim/regexp.h:19:  #endif line should be "#endif  // NVIM_REGEXP_H"  [build/header_guard] [5]
src/nvim/regexp.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:10:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:11:  Missing space before asterisk in b_mod_*  [whitespace/operators] [2]
src/nvim/screen.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:24:  #endif line should be "#endif  // NVIM_SIGN_DEFS_H"  [build/header_guard] [5]
src/nvim/sign_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:17:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:18:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:19:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:20:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:24:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/syntax_defs.h:77:  #endif line should be "#endif  // NVIM_SYNTAX_DEFS_H"  [build/header_guard] [5]
src/nvim/syntax_defs.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:20:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:64:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/syntax_defs.h:65:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:66:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:67:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:68:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:66:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:77:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/syntax.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:21:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:32:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:78:  #endif line should be "#endif  // NVIM_UNDO_DEFS_H"  [build/header_guard] [5]
src/nvim/undo_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:61:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/undo_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:78:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/version.h:5:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/version.h:6:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/vim.h:310:  #endif line should be "#endif  // NVIM_VIM_H"  [build/header_guard] [5]
src/nvim/vim.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:26:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/vim.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:84:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/vim.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:88:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/vim.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:197:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/vim.h:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/vim.h:199:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/vim.h:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:232:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/vim.h:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:260:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/vim.h:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:282:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/vim.h:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:11:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
Total errors found: 46875